Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 16, 2024
1 parent 4aba6d4 commit a468992
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-toggles
django==4.2.17
# via
Expand Down Expand Up @@ -54,7 +54,7 @@ jinja2==3.1.4
# via code-annotations
markupsafe==3.0.2
# via jinja2
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.0
# via -r requirements/base.in
Expand All @@ -76,7 +76,7 @@ redis==5.2.1
# via walrus
six==1.17.0
# via edx-ccx-keys
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -62,7 +62,7 @@ coverage[toml]==7.6.9
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down Expand Up @@ -152,7 +152,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -273,7 +273,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/quality.txt
# django
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.2.2.post1
# via -r requirements/doc.in
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand All @@ -40,7 +40,7 @@ click==8.1.7
# -r requirements/test.txt
# code-annotations
# edx-django-utils
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -139,7 +139,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -254,7 +254,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -105,7 +105,7 @@ markupsafe==3.0.2
# jinja2
mccabe==0.7.0
# via pylint
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -187,7 +187,7 @@ six==1.17.0
# edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ click==8.1.7
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/base.txt
# -r requirements/test.in
Expand Down Expand Up @@ -82,7 +82,7 @@ markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -136,7 +136,7 @@ six==1.17.0
# via
# -r requirements/base.txt
# edx-ccx-keys
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit a468992

Please sign in to comment.