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

Closed
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
22 changes: 16 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -10,6 +10,8 @@ attrs==23.2.0
# via
# jsonschema
# referencing
backports-zoneinfo==0.2.1
# via django
certifi==2024.2.2
# via requests
cffi==1.16.0
Expand All @@ -26,7 +28,7 @@ code-annotations==1.6.0
# via edx-toggles
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 @@ -69,6 +71,10 @@ edx-toggles==5.1.1
# via -r requirements/base.in
idna==3.6
# via requests
importlib-resources==6.1.2
# via
# jsonschema
# jsonschema-specifications
jinja2==3.1.3
# via code-annotations
jsonschema==4.21.1
Expand All @@ -81,6 +87,8 @@ newrelic==9.7.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
pkgutil-resolve-name==1.3.10
# via jsonschema
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
Expand All @@ -96,9 +104,7 @@ pynacl==1.5.0
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
# django
# djangorestframework
# via djangorestframework
pyyaml==6.0.1
# via code-annotations
referencing==0.33.0
Expand All @@ -125,9 +131,13 @@ stevedore==5.2.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.10.0
# via edx-opaque-keys
# via
# asgiref
# edx-opaque-keys
urllib3==2.2.1
# via requests
zipp==3.17.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.1.1
Expand Down
8 changes: 6 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand All @@ -28,6 +28,10 @@ pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.1
Expand Down
67 changes: 58 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -18,11 +18,15 @@ attrs==23.2.0
# -r requirements/quality.txt
# jsonschema
# referencing
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 @@ -74,6 +78,7 @@ cryptography==42.0.5
# via
# -r requirements/quality.txt
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==8.0.3
Expand All @@ -86,7 +91,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 @@ -141,6 +146,10 @@ edx-opaque-keys==2.5.1
# edx-drf-extensions
edx-toggles==5.1.1
# via -r requirements/quality.txt
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
filelock==3.13.1
# via
# -r requirements/ci.txt
Expand All @@ -152,8 +161,17 @@ idna==3.6
# requests
importlib-metadata==7.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# keyring
# twine
importlib-resources==6.1.2
# via
# -r requirements/quality.txt
# jsonschema
# jsonschema-specifications
# keyring
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand All @@ -166,6 +184,11 @@ jaraco-classes==3.3.1
# via
# -r requirements/quality.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/quality.txt
Expand All @@ -177,7 +200,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements/quality.txt
# jsonschema
keyring==24.3.0
keyring==24.3.1
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -232,6 +255,10 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
pkgutil-resolve-name==1.3.10
# via
# -r requirements/quality.txt
# jsonschema
platformdirs==4.2.0
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -324,14 +351,13 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/quality.txt
# django
# djangorestframework
pyyaml==6.0.1
# via
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
readme-renderer==42.0
readme-renderer==43.0
# via
# -r requirements/quality.txt
# twine
Expand All @@ -354,7 +380,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.7.0
rich==13.7.1
# via
# -r requirements/quality.txt
# twine
Expand All @@ -363,6 +389,10 @@ rpds-py==0.18.0
# -r requirements/quality.txt
# jsonschema
# referencing
secretstorage==3.3.3
# via
# -r requirements/quality.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -390,7 +420,20 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomlkit==0.12.3
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -401,7 +444,11 @@ twine==5.0.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# asgiref
# astroid
# edx-opaque-keys
# pylint
# rich
urllib3==2.2.1
# via
# -r requirements/quality.txt
Expand All @@ -417,8 +464,10 @@ wheel==0.42.0
# pip-tools
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
Expand Down
Loading
Loading