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

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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ click==8.1.7
# via edx-django-utils
cryptography==41.0.5
# via pyjwt
django==4.2.6
django==4.2.7
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -70,7 +70,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/base.in
# edx-drf-extensions
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.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/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.6
django==4.2.7
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.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cryptography==41.0.5
# pyjwt
ddt==1.6.0
# via -r requirements/test.in
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/test.in
distlib==0.3.7
# via virtualenv
Expand Down Expand Up @@ -109,7 +109,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.0
# via -r requirements/base.txt
edx-opaque-keys==2.5.1
# via
Expand All @@ -132,9 +132,9 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.12.0
faker==19.12.1
# via factory-boy
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -231,7 +231,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-dateutil==2.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down
Loading