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 Sep 11, 2023
1 parent 2687d26 commit 5249357
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 24 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.40
boto3==1.28.44
# via fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# s3transfer
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down Expand Up @@ -56,7 +56,7 @@ pyproject-hooks==1.0.0
# via build
python-dateutil==2.8.2
# via botocore
pytz==2023.3
pytz==2023.3.post1
# via django
s3transfer==0.6.2
# via boto3
Expand Down Expand Up @@ -87,7 +87,7 @@ typing-extensions==4.7.1
# filelock
urllib3==1.26.16
# via botocore
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
wheel==0.41.2
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
19 changes: 8 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ astroid==2.15.6
# pylint-celery
backports-functools-lru-cache==1.6.6
# via caniusepython3
bleach==6.0.0
# via readme-renderer
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -54,7 +52,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -140,6 +138,8 @@ more-itertools==10.1.0
# via jaraco-classes
moto==4.2.2
# via -r requirements/test.txt
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -183,7 +183,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via -r requirements/test.txt
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -199,7 +199,7 @@ python-dateutil==2.8.2
# moto
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand All @@ -208,7 +208,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# responses
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand Down Expand Up @@ -237,7 +237,6 @@ secretstorage==3.3.3
six==1.16.0
# via
# -r requirements/test.txt
# bleach
# edx-lint
# fs
# fs-s3fs
Expand Down Expand Up @@ -280,8 +279,6 @@ urllib3==1.26.16
# requests
# responses
# twine
webencodings==0.5.1
# via bleach
werkzeug==2.3.7
# via
# -r requirements/test.txt
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.28.40
boto3==1.28.44
# via
# fs-s3fs
# moto
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# moto
Expand All @@ -23,7 +23,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
cryptography==41.0.3
# via moto
Expand Down Expand Up @@ -64,7 +64,7 @@ pycparser==2.21
# via cffi
pypng==0.20220715.0
# via -r requirements/test.in
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -77,7 +77,7 @@ python-dateutil==2.8.2
# via
# botocore
# moto
pytz==2023.3
pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via responses
Expand Down

0 comments on commit 5249357

Please sign in to comment.