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

Python Requirements Update #1506

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ click==8.1.7
# edx-django-utils
code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.3
cryptography==41.0.4
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -109,7 +109,7 @@ edx-drf-extensions==8.10.0
# via -r requirements/base.in
edx-i18n-tools==1.2.0
# via -r requirements/base.in
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via
# -r requirements/base.in
# edx-ccx-keys
Expand All @@ -128,7 +128,7 @@ logutils==0.3.5
# via -r requirements/base.in
markupsafe==2.1.3
# via jinja2
newrelic==9.0.0
newrelic==9.1.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ code-annotations==1.5.0
# via
# -r requirements/base.txt
# edx-toggles
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -137,7 +137,7 @@ edx-drf-extensions==8.10.0
# via -r requirements/base.txt
edx-i18n-tools==1.2.0
# via -r requirements/base.txt
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via
# -r requirements/base.txt
# edx-ccx-keys
Expand Down Expand Up @@ -167,7 +167,7 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
newrelic==9.0.0
newrelic==9.1.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -205,7 +205,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pydata-sphinx-theme==0.14.0
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asgiref==3.7.2
# -r requirements/test.txt
# django
# django-countries
astroid==2.15.6
astroid==2.15.8
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -55,7 +55,7 @@ coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -164,7 +164,7 @@ edx-i18n-tools==1.2.0
# via -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/test.txt
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand Down Expand Up @@ -226,7 +226,7 @@ mccabe==0.7.0
# pylint
mysqlclient==2.2.0
# via -r requirements/local.in
newrelic==9.0.0
newrelic==9.1.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -298,7 +298,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==2.17.5
pylint==2.17.6
# via
# -r requirements/test.txt
# edx-lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
newrelic==9.0.0
newrelic==9.1.0
# via -r requirements/optional.in
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ code-annotations==1.5.0
# via
# -r requirements/base.txt
# edx-toggles
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -123,7 +123,7 @@ edx-drf-extensions==8.10.0
# via -r requirements/base.txt
edx-i18n-tools==1.2.0
# via -r requirements/base.txt
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via
# -r requirements/base.txt
# edx-ccx-keys
Expand Down Expand Up @@ -152,7 +152,7 @@ markupsafe==2.1.3
# jinja2
mysqlclient==2.2.0
# via -r requirements/production.in
newrelic==9.0.0
newrelic==9.1.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asgiref==3.7.2
# -r requirements/base.txt
# django
# django-countries
astroid==2.15.6
astroid==2.15.8
# via
# -r requirements/test.in
# pylint
Expand Down Expand Up @@ -47,7 +47,7 @@ coverage[toml]==7.3.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -146,7 +146,7 @@ edx-i18n-tools==1.2.0
# via -r requirements/base.txt
edx-lint==5.3.4
# via -r requirements/test.in
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via
# -r requirements/base.txt
# edx-ccx-keys
Expand Down Expand Up @@ -185,7 +185,7 @@ markupsafe==2.1.3
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.0.0
newrelic==9.1.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -237,7 +237,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==2.17.5
pylint==2.17.6
# via
# -r requirements/test.in
# edx-lint
Expand Down
Loading