Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 1, 2024
1 parent 3a2a72a commit d9b477a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.2
boto3==1.34.11
# via fs-s3fs
botocore==1.34.2
botocore==1.34.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -40,7 +40,7 @@ fs==2.4.16
# fs-s3fs
fs-s3fs==1.1.1
# via -r requirements/base.in
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
jmespath==1.0.1
# via
Expand All @@ -67,7 +67,7 @@ python-dateutil==2.8.2
# via botocore
pytz==2023.3.post1
# via django
s3transfer==0.9.0
s3transfer==0.10.0
# via boto3
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ astroid==3.0.2
# via
# pylint
# pylint-celery
boto3==1.34.2
boto3==1.34.11
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.2
botocore==1.34.11
# via
# -r requirements/test.txt
# boto3
Expand All @@ -48,7 +48,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.3
coverage[toml]==7.4.0
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -82,7 +82,7 @@ idna==3.6
# via
# -r requirements/test.txt
# requests
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# keyring
# twine
Expand Down Expand Up @@ -175,7 +175,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via -r requirements/test.txt
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -219,7 +219,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
s3transfer==0.9.0
s3transfer==0.10.0
# via
# -r requirements/test.txt
# boto3
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.2
boto3==1.34.11
# via
# fs-s3fs
# moto
botocore==1.34.2
botocore==1.34.11
# via
# boto3
# moto
Expand All @@ -23,7 +23,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.3.3
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -66,7 +66,7 @@ pycparser==2.21
# via cffi
pypng==0.20220715.0
# via -r requirements/test.in
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -89,7 +89,7 @@ requests==2.31.0
# responses
responses==0.24.1
# via moto
s3transfer==0.9.0
s3transfer==0.10.0
# via boto3
six==1.16.0
# via
Expand Down

0 comments on commit d9b477a

Please sign in to comment.