Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump black from 22.10.0 to 24.3.0 in /pymoose/requirements #1160

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 17 additions & 13 deletions pymoose/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,42 @@
# make pydep-upgrade
#
absl-py==1.3.0
# via -r pymoose/requirements/dev.in
# via -r dev.in
attrs==22.1.0
# via pytest
black==22.10.0
black==24.3.0
# via
# -r pymoose/requirements/dev.in
# -r dev.in
# flake8-black
click==8.1.3
# via black
exceptiongroup==1.0.0
# via pytest
flake8==5.0.4
# via
# -r pymoose/requirements/dev.in
# -r dev.in
# flake8-black
# flake8-isort
flake8-black==0.3.3
# via -r pymoose/requirements/dev.in
# via -r dev.in
flake8-isort==5.0.0
# via -r pymoose/requirements/dev.in
# via -r dev.in
iniconfig==1.1.1
# via pytest
isort==5.10.1
# via
# -r pymoose/requirements/dev.in
# -r dev.in
# flake8-isort
maturin==0.13.7
# via -r pymoose/requirements/dev.in
# via -r dev.in
mccabe==0.7.0
# via flake8
mypy-extensions==0.4.3
# via black
packaging==21.3
# via pytest
packaging==24.0
# via
# black
# pytest
pathspec==0.10.1
# via black
platformdirs==2.5.2
Expand All @@ -49,13 +51,15 @@ pycodestyle==2.9.1
# via flake8
pyflakes==2.5.0
# via flake8
pyparsing==3.0.9
# via packaging
pytest==7.2.0
# via -r pymoose/requirements/dev.in
# via -r dev.in
tomli==2.0.1
# via
# black
# flake8-black
# maturin
# pytest
typing-extensions==4.4.0
# via
# -c base.txt
# black
Loading