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 13, 2024
1 parent c11d9f5 commit acb244e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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
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
10 changes: 5 additions & 5 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 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 @@ -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
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -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 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 acb244e

Please sign in to comment.