Skip to content

Commit

Permalink
chore: Updating Python Requirements (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 26, 2024
1 parent f36e7e6 commit bc41b4c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
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.44
boto3==1.34.49
# via fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -87,11 +87,11 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/dev.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
urllib3==1.26.18
# via botocore
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wheel==0.42.0
# 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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/test.txt
# boto3
Expand All @@ -48,11 +48,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/test.txt
# moto
Expand Down Expand Up @@ -85,7 +85,7 @@ importlib-metadata==7.0.1
# via
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -160,7 +160,7 @@ pygments==2.17.2
# via
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -176,7 +176,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via -r requirements/test.txt
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -239,7 +239,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -253,7 +253,7 @@ tomlkit==0.12.3
# via pylint
twine==5.0.0
# via -r requirements/quality.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
12 changes: 6 additions & 6 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.44
boto3==1.34.49
# via
# fs-s3fs
# moto
botocore==1.34.44
botocore==1.34.49
# via
# boto3
# moto
Expand All @@ -23,9 +23,9 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via moto
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -66,7 +66,7 @@ pycparser==2.21
# via cffi
pypng==0.20220715.0
# via -r requirements/test.in
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -102,7 +102,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
urllib3==1.26.18
# via
Expand Down

0 comments on commit bc41b4c

Please sign in to comment.