Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 25, 2024
1 parent 540cead commit 273317c
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ dnspython==2.7.0
# via pymongo
edx-ccx-keys==1.3.0
# via -r requirements/base.in
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via -r requirements/base.in
edx-opaque-keys[django]==2.11.0
# via
# -r requirements/base.in
# edx-ccx-keys
fastavro==1.9.7
# via -r requirements/base.in
newrelic==10.2.0
newrelic==10.3.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
Expand All @@ -51,7 +51,7 @@ six==1.16.0
# via edx-ccx-keys
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -112,7 +112,7 @@ docutils==0.21.2
# readme-renderer
edx-ccx-keys==1.3.0
# via -r requirements/quality.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via -r requirements/quality.txt
edx-lint==5.4.1
# via -r requirements/quality.txt
Expand Down Expand Up @@ -195,7 +195,7 @@ more-itertools==10.5.0
# -r requirements/quality.txt
# jaraco-classes
# jaraco-functools
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -346,7 +346,7 @@ sqlparse==0.5.2
# via
# -r requirements/quality.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -377,11 +377,11 @@ virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.16.0
wrapt==1.17.0
# via
# -r requirements/quality.txt
# astroid
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ code-annotations==1.7.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -85,7 +85,7 @@ docutils==0.21.2
# sphinx
edx-ccx-keys==1.3.0
# via -r requirements/test.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via -r requirements/test.txt
edx-opaque-keys[django]==2.11.0
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -268,9 +268,9 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
starlette==0.41.2
starlette==0.41.3
# via sphinx-autobuild
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -292,9 +292,9 @@ urllib3==2.2.3
# via
# requests
# twine
uvicorn==0.32.0
uvicorn==0.32.1
# via sphinx-autobuild
watchfiles==0.24.0
watchfiles==1.0.0
# via sphinx-autobuild
websockets==14.1
# via sphinx-autobuild
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ code-annotations==1.7.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -72,7 +72,7 @@ docutils==0.21.2
# via readme-renderer
edx-ccx-keys==1.3.0
# via -r requirements/test.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via -r requirements/test.txt
edx-lint==5.4.1
# via -r requirements/quality.in
Expand Down Expand Up @@ -128,7 +128,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -230,7 +230,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -252,7 +252,7 @@ urllib3==2.2.3
# via
# requests
# twine
wrapt==1.16.0
wrapt==1.17.0
# via astroid
zipp==3.21.0
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ click==8.1.7
# edx-django-utils
code-annotations==1.7.0
# via -r requirements/test.in
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -45,7 +45,7 @@ dnspython==2.7.0
# pymongo
edx-ccx-keys==1.3.0
# via -r requirements/base.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via -r requirements/base.txt
edx-opaque-keys[django]==2.11.0
# via
Expand All @@ -59,7 +59,7 @@ jinja2==3.1.4
# via code-annotations
markupsafe==3.0.2
# via jinja2
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -107,7 +107,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down

0 comments on commit 273317c

Please sign in to comment.