Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #135

Merged
merged 1 commit into from
Jun 30, 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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ kombu==5.3.1
# via celery
markupsafe==2.1.3
# via jinja2
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
packaging==23.1
# via drf-yasg
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.6.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jinja2==3.1.2
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==24.0.0
keyring==24.2.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -162,13 +162,13 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.6.0
platformdirs==3.8.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/ci.txt
# diff-cover
Expand Down
3 changes: 1 addition & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ kombu==5.3.1
# via celery
markupsafe==2.1.3
# via jinja2
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
packaging==23.1
# via
Expand Down Expand Up @@ -208,7 +208,6 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==5.3.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/doc.in
# edx-sphinx-theme
sphinxcontrib-applehelp==1.0.4
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.2
# via code-annotations
keyring==24.0.0
keyring==24.2.0
# via twine
lazy-object-proxy==1.9.0
# via astroid
Expand All @@ -80,7 +80,7 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.6.0
platformdirs==3.8.0
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ markupsafe==2.1.3
# jinja2
mock==5.0.2
# via -r requirements/test.in
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -182,7 +182,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
pluggy==1.0.0
pluggy==1.2.0
# via pytest
prompt-toolkit==3.0.38
# via
Expand All @@ -209,7 +209,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.3.2
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand Down