Skip to content

Commit

Permalink
chore: Updating Python Requirements (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 19, 2024
1 parent 6f2e30b commit 610c3b1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
11 changes: 5 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ astroid==3.0.3
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/test.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.2.0
Expand Down Expand Up @@ -83,7 +82,6 @@ colorama==0.4.6
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
dill==0.3.8
# via
Expand Down Expand Up @@ -176,7 +174,7 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -229,7 +227,8 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==8.0.0
# pip-tools
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -279,7 +278,7 @@ stevedore==5.1.0
# via
# -r requirements/quality.txt
# code-annotations
testfixtures==7.2.2
testfixtures==8.0.0
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand All @@ -303,7 +302,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
# via
Expand Down
9 changes: 4 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ babel==2.14.0
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
beautifulsoup4==4.12.3
Expand Down Expand Up @@ -71,7 +70,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==42.0.2
cryptography==42.0.3
# via secretstorage
deepmerge==1.1.1
# via sphinxcontrib-openapi
Expand Down Expand Up @@ -224,7 +223,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
rpds-py==0.17.1
rpds-py==0.18.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -264,7 +263,7 @@ sphinxcontrib-httpdomain==1.8.1
# via sphinxcontrib-openapi
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-openapi==0.8.3
sphinxcontrib-openapi==0.8.4
# via -r requirements/doc.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
Expand Down Expand Up @@ -297,7 +296,7 @@ uritemplate==4.1.1
# -r requirements/base.txt
# coreapi
# drf-yasg
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# twine
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# 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==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
9 changes: 3 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ asgiref==3.7.2
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.2.0
Expand Down Expand Up @@ -46,9 +45,7 @@ click-repl==0.3.0
# -r requirements/base.txt
# celery
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -88,7 +85,7 @@ prompt-toolkit==3.0.43
# via
# -r requirements/base.txt
# click-repl
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -120,7 +117,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
testfixtures==7.2.2
testfixtures==8.0.0
# via -r requirements/test.in
tomli==2.0.1
# via
Expand Down

0 comments on commit 610c3b1

Please sign in to comment.