Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 20, 2024
1 parent c11d9f5 commit cfed8c8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -47,11 +47,11 @@ edx-opaque-keys==2.11.0
# via -r requirements/base.in
idna==3.10
# via requests
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand All @@ -67,7 +67,7 @@ requests==2.32.3
# via -r requirements/base.in
semantic-version==2.10.0
# via -r requirements/base.in
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/test.txt
# pylint
Expand All @@ -35,7 +35,7 @@ cachetools==5.5.0
# via
# -r requirements/test.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand Down Expand Up @@ -69,15 +69,15 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -191,7 +191,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -221,7 +221,7 @@ pluggy==1.5.0
# -r requirements/test.txt
# pytest
# tox
psutil==6.1.0
psutil==6.1.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -358,7 +358,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/docs.txt
# sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.8.30
certifi==2024.12.14
# via
# -c requirements/test.txt
# requests
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
cachetools==5.5.0
# via tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# requests
Expand All @@ -38,11 +38,11 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -113,7 +113,7 @@ markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -135,7 +135,7 @@ pluggy==1.5.0
# via
# pytest
# tox
psutil==6.1.0
psutil==6.1.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -195,7 +195,7 @@ six==1.17.0
# via
# edx-lint
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit cfed8c8

Please sign in to comment.