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 the python-requirements group in /requirements with 2 updates #2561

Closed
Show file tree
Hide file tree
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
9 changes: 7 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ boto3-stubs==1.35.49
# via
# -r typing.txt
# types-boto3
botocore==1.35.49
botocore==1.35.53
# via
# -r docs.txt
# -r tests.in
Expand Down Expand Up @@ -228,7 +228,7 @@ pylint==3.2.7
# -r typing.txt
pyproject-api==1.7.1
# via tox
pyright==1.1.386
pyright==1.1.387
# via -r typing.txt
pytest==8.3.3
# via
Expand All @@ -247,6 +247,10 @@ python-dateutil==2.9.0.post0
# -r typing.txt
# botocore
# moto
pytz==2024.2
# via
# -r docs.txt
# babel
Comment on lines +250 to +253
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shouldn't be needed with python 3.9+ hmm

pyyaml==6.0.2
# via
# -r docs.txt
Expand Down Expand Up @@ -391,6 +395,7 @@ typing-extensions==4.12.2
# -r typing.txt
# astroid
# boto3-stubs
# botocore-stubs
# mypy
# pylint
# pyright
Expand Down
4 changes: 3 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ beautifulsoup4==4.12.3
# via -r tests.in
boto3==1.35.49
# via moto
botocore==1.35.49
botocore==1.35.53
# via
# -r tests.in
# boto3
Expand Down Expand Up @@ -99,6 +99,8 @@ python-dateutil==2.9.0.post0
# via
# botocore
# moto
pytz==2024.2
# via babel
pyyaml==6.0.2
# via responses
requests==2.32.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ beautifulsoup4==4.12.3
# via -r tests.in
boto3==1.35.49
# via moto
botocore==1.35.49
botocore==1.35.53
# via
# -r tests.in
# boto3
Expand Down
5 changes: 3 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ boto3==1.35.49
# via moto
boto3-stubs==1.35.49
# via types-boto3
botocore==1.35.49
botocore==1.35.53
# via
# -r tests.in
# boto3
Expand Down Expand Up @@ -83,7 +83,7 @@ pyflakes==3.2.0
# via flake8
pylint==3.2.7
# via -r tests.in
pyright==1.1.386
pyright==1.1.387
# via -r typing.in
pytest==8.3.3
# via
Expand Down Expand Up @@ -154,6 +154,7 @@ typing-extensions==4.12.2
# via
# astroid
# boto3-stubs
# botocore-stubs
# mypy
# pylint
# pyright
Expand Down