Skip to content

Commit

Permalink
Bump the python-requirements group across 1 directory with 4 updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Sep 28, 2024
2 parents bd64246 + 5671a92 commit 95b02b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile build.in
#
build==1.2.1
build==1.2.2
# via -r build.in
importlib-metadata==7.1.0
# via build
Expand Down
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ markupsafe==2.1.5
# -r typing.txt
# jinja2
# werkzeug
mypy==1.11.1
mypy==1.11.2
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -150,9 +150,9 @@ pygments==2.18.0
# sphinx
pyproject-api==1.6.1
# via tox
pyright==1.1.374
pyright==1.1.382.post1
# via -r typing.txt
pytest==8.3.2
pytest==8.3.3
# via
# -r tests.txt
# -r typing.txt
Expand Down Expand Up @@ -231,6 +231,7 @@ typing-extensions==4.11.0
# -r tests.txt
# -r typing.txt
# mypy
# pyright
# sqlalchemy
urllib3==2.2.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pluggy==1.5.0
# via pytest
pygments==2.18.0
# via -r tests.in
pytest==8.3.2
pytest==8.3.3
# via -r tests.in
sqlalchemy==2.0.29
# via flask-sqlalchemy
Expand Down
7 changes: 4 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ markupsafe==2.1.5
# via
# jinja2
# werkzeug
mypy==1.11.1
mypy==1.11.2
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -38,9 +38,9 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.374
pyright==1.1.382.post1
# via -r typing.in
pytest==8.3.2
pytest==8.3.3
# via -r typing.in
sqlalchemy==2.0.29
# via flask-sqlalchemy
Expand All @@ -57,6 +57,7 @@ types-setuptools==69.5.0.20240423
typing-extensions==4.11.0
# via
# mypy
# pyright
# sqlalchemy
werkzeug==3.0.3
# via flask
Expand Down

0 comments on commit 95b02b5

Please sign in to comment.