Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 28, 2023
1 parent 473f062 commit 1c21f32
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 18 deletions.
5 changes: 3 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ django-waffle==4.0.0
# via edx-django-utils
edx-django-utils==5.7.0
# via -r requirements/base.in
edx-opaque-keys==2.4.0
edx-opaque-keys==2.5.0
# via -r requirements/base.in
idna==3.4
# via requests
kombu==5.3.1
# via celery
newrelic==8.10.1
newrelic==8.11.0
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand Down Expand Up @@ -85,6 +85,7 @@ stevedore==5.1.0
typing-extensions==4.7.1
# via
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==23.1
# via tox
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand Down
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ edx-i18n-tools==1.1.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
edx-opaque-keys==2.4.0
edx-opaque-keys==2.5.0
# via -r requirements/quality.txt
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -159,7 +159,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==8.10.1
newrelic==8.11.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand All @@ -185,7 +185,7 @@ platformdirs==3.10.0
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -338,6 +338,7 @@ typing-extensions==4.7.1
# -r requirements/quality.txt
# asgiref
# astroid
# edx-opaque-keys
# kombu
# pylint
tzdata==2023.3
Expand All @@ -364,7 +365,7 @@ wcwidth==0.2.6
# via
# -r requirements/quality.txt
# prompt-toolkit
wheel==0.41.1
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
7 changes: 4 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ docutils==0.19
# sphinx
edx-django-utils==5.7.0
# via -r requirements/test.txt
edx-opaque-keys==2.4.0
edx-opaque-keys==2.5.0
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -155,7 +155,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
newrelic==8.10.1
newrelic==8.11.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -172,7 +172,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -317,6 +317,7 @@ typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
# edx-opaque-keys
# kombu
# pydata-sphinx-theme
# rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.1
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
7 changes: 4 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ edx-django-utils==5.7.0
# via -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/quality.in
edx-opaque-keys==2.4.0
edx-opaque-keys==2.5.0
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -127,7 +127,7 @@ markupsafe==2.1.3
# jinja2
mccabe==0.7.0
# via pylint
newrelic==8.10.1
newrelic==8.11.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -141,7 +141,7 @@ pbr==5.11.1
# stevedore
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -253,6 +253,7 @@ typing-extensions==4.7.1
# -r requirements/test.txt
# asgiref
# astroid
# edx-opaque-keys
# kombu
# pylint
tzdata==2023.3
Expand Down
7 changes: 4 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ django-waffle==4.0.0
# edx-django-utils
edx-django-utils==5.7.0
# via -r requirements/base.txt
edx-opaque-keys==2.4.0
edx-opaque-keys==2.5.0
# via -r requirements/base.txt
exceptiongroup==1.1.3
# via pytest
Expand All @@ -94,7 +94,7 @@ kombu==5.3.1
# celery
markupsafe==2.1.3
# via jinja2
newrelic==8.10.1
newrelic==8.11.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -104,7 +104,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
pluggy==1.2.0
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via
Expand Down Expand Up @@ -180,6 +180,7 @@ typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
# via
Expand Down

0 comments on commit 1c21f32

Please sign in to comment.