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

Python Requirements Update #728

Merged
merged 1 commit into from
Mar 18, 2024
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 @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.4.3
coverage==7.4.4
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/test.txt
# django
boto3==1.34.62
boto3==1.34.64
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.62
botocore==1.34.64
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -73,7 +73,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -279,7 +279,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
s3transfer==0.10.0
s3transfer==0.10.1
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -358,7 +358,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.18.0
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.in
# django
boto3==1.34.62
boto3==1.34.64
# via fs-s3fs
botocore==1.34.62
botocore==1.34.64
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -68,7 +68,7 @@ pytz==2024.1
# via -r requirements/base.txt
pyyaml==6.0.1
# via -r requirements/base.txt
s3transfer==0.10.0
s3transfer==0.10.1
# via boto3
simplejson==3.19.2
# via -r requirements/base.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.62
boto3==1.34.64
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.62
botocore==1.34.64
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -122,7 +122,7 @@ pyyaml==6.0.1
# via -r requirements/django.txt
requests==2.31.0
# via sphinx
s3transfer==0.10.0
s3transfer==0.10.1
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -180,7 +180,7 @@ web-fragments==2.1.0
# via -r requirements/django.txt
webob==1.8.7
# via -r requirements/django.txt
zipp==3.18.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.txt
# django
boto3==1.34.62
boto3==1.34.64
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.62
botocore==1.34.64
# via
# -r requirements/django.txt
# boto3
Expand All @@ -49,7 +49,7 @@ code-annotations==1.7.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -198,7 +198,7 @@ pyyaml==6.0.1
# via
# -r requirements/django.txt
# code-annotations
s3transfer==0.10.0
s3transfer==0.10.1
# via
# -r requirements/django.txt
# boto3
Expand Down
Loading