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

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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chardet==3.0.4
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.5
cryptography==41.0.7
# via pyjwt
django==4.2.7
# via
Expand Down Expand Up @@ -68,11 +68,11 @@ drf-yasg==1.21.7
# via -r requirements/base.in
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/base.in
# edx-drf-extensions
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
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.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -107,11 +107,11 @@ drf-yasg==1.21.7
# via -r requirements/base.txt
edx-django-release-util==1.3.0
# via -r requirements/base.txt
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via -r requirements/base.txt
edx-opaque-keys==2.5.1
# via
Expand All @@ -130,11 +130,11 @@ elasticsearch-dsl==7.4.1
# -r requirements/base.txt
# django-elasticsearch-dsl
# django-elasticsearch-dsl-drf
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==20.0.3
faker==20.1.0
# via factory-boy
filelock==3.13.1
# via
Expand Down Expand Up @@ -207,7 +207,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pygments==2.17.1
pygments==2.17.2
# via diff-cover
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -310,7 +310,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# elasticsearch
# requests
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
wrapt==1.16.0
# via astroid
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/travis.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
Loading