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 Aug 21, 2023
1 parent a9c6204 commit 277e4ae
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -149,7 +149,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via
# -r requirements/base.in
# edx-rbac
Expand Down Expand Up @@ -187,7 +187,7 @@ monotonic==1.6
# via analytics-python
mysqlclient==2.2.0
# via -r requirements/base.in
newrelic==8.10.0
newrelic==8.10.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ charset-normalizer==3.2.0
# -r requirements/quality.txt
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -207,7 +207,7 @@ django-crum==0.7.9
# edx-toggles
django-debug-toolbar==4.2.0
# via -r requirements/dev.in
django-dynamic-fixture==3.1.2
django-dynamic-fixture==3.1.3
# via -r requirements/test.txt
django-extensions==3.2.3
# via
Expand Down Expand Up @@ -280,7 +280,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -309,7 +309,7 @@ edx-toggles==5.1.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -415,7 +415,7 @@ mysqlclient==2.2.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
newrelic==8.10.0
newrelic==8.10.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -709,7 +709,7 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/test.txt
types-pyyaml==6.0.12.11
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -169,7 +169,7 @@ django-crum==0.7.9
# edx-django-utils
# edx-rbac
# edx-toggles
django-dynamic-fixture==3.1.2
django-dynamic-fixture==3.1.3
# via -r requirements/test.txt
django-extensions==3.2.3
# via -r requirements/test.txt
Expand Down Expand Up @@ -229,7 +229,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via
# -r requirements/test.txt
# edx-rbac
Expand All @@ -247,7 +247,7 @@ edx-rest-api-client==5.6.0
# via -r requirements/test.txt
edx-toggles==5.1.0
# via -r requirements/test.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -328,7 +328,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.0
# via -r requirements/test.txt
newrelic==8.10.0
newrelic==8.10.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -465,7 +465,7 @@ pyyaml==6.0.1
# drf-spectacular
# edx-django-release-util
# responses
readme-renderer==40.0
readme-renderer==41.0
# via -r requirements/doc.in
redis==3.5.3
# via
Expand Down Expand Up @@ -590,7 +590,7 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/test.txt
types-pyyaml==6.0.12.11
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -174,7 +174,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via
# -r requirements/base.txt
# edx-rbac
Expand Down Expand Up @@ -239,7 +239,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==8.10.0
newrelic==8.10.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -191,7 +191,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via
# -r requirements/base.txt
# edx-rbac
Expand Down Expand Up @@ -262,7 +262,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==8.10.0
newrelic==8.10.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -150,7 +150,7 @@ django-crum==0.7.9
# edx-django-utils
# edx-rbac
# edx-toggles
django-dynamic-fixture==3.1.2
django-dynamic-fixture==3.1.3
# via -r requirements/test.in
django-extensions==3.2.3
# via -r requirements/base.txt
Expand Down Expand Up @@ -201,7 +201,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via
# -r requirements/base.txt
# edx-rbac
Expand All @@ -219,7 +219,7 @@ edx-rest-api-client==5.6.0
# via -r requirements/base.txt
edx-toggles==5.1.0
# via -r requirements/base.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
Expand Down Expand Up @@ -282,7 +282,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==8.10.0
newrelic==8.10.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -486,7 +486,7 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/test.in
types-pyyaml==6.0.12.11
# via responses
Expand Down
12 changes: 6 additions & 6 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ charset-normalizer==3.2.0
# -r requirements/quality.txt
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -191,7 +191,7 @@ django-crum==0.7.9
# edx-django-utils
# edx-rbac
# edx-toggles
django-dynamic-fixture==3.1.2
django-dynamic-fixture==3.1.3
# via -r requirements/test.txt
django-extensions==3.2.3
# via
Expand Down Expand Up @@ -264,7 +264,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -291,7 +291,7 @@ edx-toggles==5.1.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -384,7 +384,7 @@ mysqlclient==2.2.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
newrelic==8.10.0
newrelic==8.10.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -651,7 +651,7 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/test.txt
types-pyyaml==6.0.12.11
# via
Expand Down

0 comments on commit 277e4ae

Please sign in to comment.