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 #329

Closed
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
16 changes: 9 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via edx-django-utils
cryptography==41.0.2
cryptography==41.0.3
# via pyjwt
django==3.2.20
# via
Expand Down Expand Up @@ -48,17 +48,17 @@ djangorestframework==3.14.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via edx-drf-extensions
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.2
# via -r requirements/base.in
edx-opaque-keys==2.3.0
edx-opaque-keys==2.5.0
# via
# -r requirements/base.in
# edx-drf-extensions
idna==3.4
# via requests
newrelic==8.9.0
newrelic==9.0.0
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand Down Expand Up @@ -97,6 +97,8 @@ stevedore==5.1.0
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.7.1
# via asgiref
# via
# asgiref
# edx-opaque-keys
urllib3==2.0.4
# via requests
12 changes: 8 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,8 +21,10 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

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

# 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
28 changes: 15 additions & 13 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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
# click-log
Expand All @@ -36,11 +36,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -84,25 +84,25 @@ drf-jwt==1.19.2
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.2
# via -r requirements/base.txt
edx-lint==5.3.4
# via -r requirements/test.in
edx-opaque-keys==2.3.0
edx-opaque-keys==2.5.0
# via
# -r requirements/base.txt
# edx-drf-extensions
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.2.0
faker==19.3.1
# via factory-boy
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
Expand All @@ -124,7 +124,7 @@ markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==8.9.0
newrelic==9.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -142,7 +142,7 @@ platformdirs==3.10.0
# via
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# pytest
# tox
Expand Down Expand Up @@ -185,7 +185,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -252,13 +252,15 @@ typing-extensions==4.7.1
# -r requirements/base.txt
# asgiref
# astroid
# edx-opaque-keys
# faker
# filelock
# pylint
urllib3==2.0.4
# via
# -r requirements/base.txt
# requests
virtualenv==20.24.2
virtualenv==20.24.4
# via tox
wrapt==1.15.0
# via astroid
Loading