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

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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
asgiref==3.7.2
# via django
backports-zoneinfo==0.2.1
# via django
certifi==2024.2.2
# via requests
cffi==1.16.0
Expand All @@ -18,7 +20,7 @@ click==8.1.7
# via edx-django-utils
cryptography==42.0.5
# via pyjwt
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -88,9 +90,7 @@ pymongo==3.13.0
pynacl==1.5.0
# via edx-django-utils
pytz==2024.1
# via
# django
# djangorestframework
# via djangorestframework
requests==2.31.0
# via edx-drf-extensions
semantic-version==2.10.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down
19 changes: 11 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ astroid==3.1.0
# -r requirements/quality.txt
# pylint
# pylint-celery
build==1.0.3
backports-zoneinfo==0.2.1
# via
# -r requirements/quality.txt
# django
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -78,7 +82,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -146,7 +150,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==23.2.1
faker==23.3.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -285,7 +289,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.2
pytest==8.1.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -294,7 +298,7 @@ pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.8.0
# via -r requirements/quality.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/quality.txt
# faker
Expand All @@ -306,7 +310,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/quality.txt
# django
# djangorestframework
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -357,7 +360,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
15 changes: 9 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
certifi==2024.2.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -48,7 +52,7 @@ cryptography==42.0.5
# pyjwt
dill==0.3.8
# via pylint
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -113,7 +117,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==23.2.1
faker==23.3.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -202,7 +206,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.0.2
pytest==8.1.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -211,7 +215,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# faker
Expand All @@ -223,7 +227,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/test.txt
# django
# djangorestframework
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -264,7 +267,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
# via
Expand Down
11 changes: 7 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
certifi==2024.2.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -94,7 +98,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==23.2.1
faker==23.3.0
# via factory-boy
freezegun==1.4.0
# via -r requirements/test.in
Expand Down Expand Up @@ -145,15 +149,15 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.0.2
pytest==8.1.0
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# faker
# freezegun
Expand All @@ -162,7 +166,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/base.txt
# django
# djangorestframework
pyyaml==6.0.1
# via code-annotations
Expand Down
Loading