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

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: 2 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django==4.2.11
# django-model-utils
# djangorestframework
# jsonfield
django-model-utils==4.4.0
django-model-utils==4.5.0
# via -r requirements/base.in
djangorestframework==3.15.1
# via -r requirements/base.in
Expand All @@ -28,9 +28,5 @@ pytz==2024.1
# via -r requirements/base.in
sqlparse==0.4.4
# via django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via asgiref

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via -r requirements/base.in
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ distlib==0.3.8
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.6
idna==3.7
# via requests
packaging==24.0
# via
Expand Down
17 changes: 5 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -87,7 +87,7 @@ django==4.2.11
# django-model-utils
# djangorestframework
# jsonfield
django-model-utils==4.4.0
django-model-utils==4.5.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand All @@ -111,13 +111,13 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.4.0
faker==24.9.0
# via
# -r requirements/test.txt
# factory-boy
freezegun==1.4.0
# via -r requirements/test.txt
idna==3.6
idna==3.7
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -340,7 +340,7 @@ tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand All @@ -360,10 +360,3 @@ zipp==3.18.1
# -r requirements/docs.txt
# -r requirements/test.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
# -r requirements/test.txt
10 changes: 3 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ django==4.2.11
# django-model-utils
# djangorestframework
# jsonfield
django-model-utils==4.4.0
django-model-utils==4.5.0
# via -r requirements/base.txt
djangorestframework==3.15.1
# via -r requirements/base.txt
docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -109,7 +109,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -118,7 +118,3 @@ urllib3==2.2.1
# via requests
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via -r requirements/base.txt
6 changes: 2 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.2.0
# via pip-tools
# pip
# setuptools
16 changes: 5 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.4.4
# via pytest-cov
Expand All @@ -67,7 +67,7 @@ dill==0.3.8
# django-model-utils
# djangorestframework
# jsonfield
django-model-utils==4.4.0
django-model-utils==4.5.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand All @@ -85,11 +85,11 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==24.4.0
faker==24.9.0
# via factory-boy
freezegun==1.4.0
# via -r requirements/test.in
idna==3.6
idna==3.7
# via
# -r requirements/docs.txt
# requests
Expand Down Expand Up @@ -257,7 +257,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand All @@ -274,9 +274,3 @@ zipp==3.18.1
# via
# -r requirements/docs.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
Expand Down
Loading