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

chore: Upgrade Python requirements #808

Merged
merged 1 commit into from
Jan 6, 2025
Merged
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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.90
boto3==1.35.92
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -291,7 +291,7 @@ urllib3==2.3.0
# via
# -r requirements/test.txt
# botocore
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.35.90
boto3==1.35.92
# via fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.90
boto3==1.35.92
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# -r requirements/django.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.8
# pylint-celery
attrs==24.3.0
# via hypothesis
boto3==1.35.90
boto3==1.35.92
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -219,7 +219,7 @@ urllib3==2.3.0
# via
# -r requirements/django.txt
# botocore
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
web-fragments==2.2.0
# via -r requirements/django.txt
Expand Down
Loading