Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 9, 2024
1 parent 627c68c commit f9dfd1f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ edx-django-utils==5.9.0
# django-config-models
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==9.0.1
edx-drf-extensions==9.1.2
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand All @@ -120,7 +120,7 @@ kombu==5.3.4
# via celery
markupsafe==2.1.3
# via jinja2
newrelic==9.3.0
newrelic==9.4.0
# via edx-django-utils
packaging==23.2
# via drf-yasg
Expand Down Expand Up @@ -187,5 +187,5 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
2 changes: 1 addition & 1 deletion requirements/celery53.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ keyring==24.3.0
# via
# -r requirements/quality.txt
# twine
lxml==5.0.0
lxml==5.1.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via
Expand All @@ -155,7 +155,7 @@ mdurl==0.1.2
# via
# -r requirements/quality.txt
# markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via
# -r requirements/quality.txt
# jaraco-classes
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ edx-django-utils==5.9.0
# django-config-models
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==9.0.1
edx-drf-extensions==9.1.2
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand All @@ -140,7 +140,7 @@ kombu==5.3.4
# via celery
markupsafe==2.1.3
# via jinja2
newrelic==9.3.0
newrelic==9.4.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand Down Expand Up @@ -252,7 +252,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
zipp==3.17.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cryptography==41.0.7
# via
# -r requirements/base.txt
# pyjwt
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -136,7 +136,7 @@ edx-django-utils==5.9.0
# django-config-models
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==9.0.1
edx-drf-extensions==9.1.2
# via -r requirements/base.txt
edx-opaque-keys==2.5.1
# via
Expand Down Expand Up @@ -173,7 +173,7 @@ markupsafe==2.1.3
# jinja2
mock==5.1.0
# via -r requirements/test.in
newrelic==9.3.0
newrelic==9.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -295,7 +295,7 @@ urllib3==2.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/base.txt
# prompt-toolkit

0 comments on commit f9dfd1f

Please sign in to comment.