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 17, 2024
1 parent 72372a7 commit b58befd
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
attrs==24.2.0
attrs==24.3.0
# via openedx-events
billiard==4.2.1
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand All @@ -38,7 +38,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-toggles
cryptography==44.0.0
# via pyjwt
Expand Down Expand Up @@ -117,7 +117,7 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.0
# via event-tracking
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ astroid==3.3.6
# via
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via openedx-events
billiard==4.2.1
# via celery
Expand All @@ -24,7 +24,7 @@ cachetools==5.5.0
# via tox
celery==5.4.0
# via event-tracking
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -55,7 +55,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via
# edx-lint
# edx-toggles
Expand All @@ -69,7 +69,7 @@ cryptography==44.0.0
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -207,9 +207,9 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
openedx-events==9.15.0
# via event-tracking
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
attrs==24.2.0
attrs==24.3.0
# via openedx-events
babel==2.16.0
# via
Expand All @@ -26,7 +26,7 @@ billiard==4.2.1
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand All @@ -48,7 +48,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-toggles
coverage[toml]==7.6.9
# via pytest-cov
Expand Down Expand Up @@ -153,7 +153,7 @@ markupsafe==3.0.2
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.0
# via event-tracking
Expand All @@ -171,7 +171,7 @@ psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ astroid==3.3.6
# via
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via openedx-events
billiard==4.2.1
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand All @@ -46,7 +46,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via
# edx-lint
# edx-toggles
Expand Down Expand Up @@ -177,9 +177,9 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
openedx-events==9.15.0
# via event-tracking
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
attrs==24.2.0
attrs==24.3.0
# via openedx-events
billiard==4.2.1
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand All @@ -38,7 +38,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-toggles
coverage[toml]==7.6.9
# via pytest-cov
Expand Down Expand Up @@ -129,7 +129,7 @@ markupsafe==3.0.2
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.0
# via event-tracking
Expand Down

0 comments on commit b58befd

Please sign in to comment.