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

chore: Upgrade Python requirements #299

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
10 changes: 3 additions & 7 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.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
cachetools==5.3.3
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -28,11 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.18.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
123 changes: 51 additions & 72 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,30 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
asgiref==3.8.1
# via django
astroid==3.2.2
astroid==3.2.4
# via
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.2.0
# via -r requirements/base.in
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/dev.in
# -r requirements/quality.in
# django
build==1.2.1
# via pip-tools
cachecontrol==0.14.0
# via firebase-admin
cachetools==5.3.3
cachetools==5.5.0
# via
# google-auth
# tox
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand All @@ -53,15 +47,17 @@ code-annotations==1.8.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==42.0.8
# via pyjwt
diff-cover==7.7.0
cryptography==43.0.0
# via
# pyjwt
# secretstorage
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.13
django==4.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -76,13 +72,13 @@ django-push-notifications==3.1.0
# via -r requirements/base.in
django-waffle==4.1.0
# via edx-django-utils
docutils==0.20.1
docutils==0.21.2
# via readme-renderer
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via -r requirements/base.in
edx-i18n-tools==1.6.0
edx-i18n-tools==1.6.2
# via -r requirements/dev.in
edx-lint==5.3.6
edx-lint==5.3.7
# via
# -r requirements/dev.in
# -r requirements/quality.in
Expand All @@ -99,9 +95,9 @@ google-api-core[grpc]==2.19.1
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.135.0
google-api-python-client==2.141.0
# via firebase-admin
google-auth==2.30.0
google-auth==2.34.0
# via
# google-api-core
# google-api-python-client
Expand All @@ -115,40 +111,36 @@ google-cloud-core==2.4.1
# via
# google-cloud-firestore
# google-cloud-storage
google-cloud-firestore==2.16.1
google-cloud-firestore==2.17.2
# via firebase-admin
google-cloud-storage==2.17.0
google-cloud-storage==2.18.2
# via firebase-admin
google-crc32c==1.5.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.1
google-resumable-media==2.7.2
# via google-cloud-storage
googleapis-common-protos==1.63.2
# via
# google-api-core
# grpcio-status
grpcio==1.64.1
grpcio==1.65.5
# via
# google-api-core
# grpcio-status
grpcio-status==1.62.2
grpcio-status==1.65.5
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.7
# via requests
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
# keyring
# twine
importlib-resources==6.4.0
# via keyring
isort==5.13.2
# via
# -r requirements/quality.in
Expand All @@ -157,20 +149,20 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# code-annotations
# diff-cover
keyring==25.2.1
keyring==25.3.0
# via twine
lxml[html-clean,html_clean]==5.2.2
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.1.1
# via lxml
lxml==5.3.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
Expand All @@ -179,22 +171,22 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
msgpack==1.0.8
# via cachecontrol
newrelic==9.11.0
newrelic==9.13.0
# via edx-django-utils
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
packaging==24.1
# via
# build
# pyproject-api
# tox
path==16.14.0
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
Expand All @@ -217,7 +209,7 @@ proto-plus==1.24.0
# via
# google-api-core
# google-cloud-firestore
protobuf==4.25.3
protobuf==5.27.3
# via
# google-api-core
# google-cloud-firestore
Expand All @@ -232,7 +224,7 @@ pyasn1==0.6.0
# rsa
pyasn1-modules==0.4.0
# via google-auth
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand All @@ -243,9 +235,9 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via firebase-admin
pylint==3.2.5
pylint==3.2.6
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -273,11 +265,11 @@ python-dateutil==2.9.0.post0
# via -r requirements/base.in
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# code-annotations
# edx-i18n-tools
readme-renderer==43.0
readme-renderer==44.0
# via twine
requests==2.32.3
# via
Expand All @@ -297,7 +289,9 @@ rsa==4.9
# via google-auth
sailthru-client==2.2.3
# via -r requirements/base.in
simplejson==3.19.2
secretstorage==3.3.3
# via keyring
simplejson==3.19.3
# via sailthru-client
six==1.16.0
# via
Expand All @@ -306,7 +300,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand All @@ -315,25 +309,12 @@ stevedore==5.2.0
# edx-django-utils
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# build
# pip-tools
# pylint
# pyproject-api
# tox
tomlkit==0.12.5
tomlkit==0.13.2
# via pylint
tox==4.15.1
tox==4.18.0
# via -r requirements/dev.in
twine==5.1.1
# via -r requirements/dev.in
typing-extensions==4.12.2
# via
# asgiref
# astroid
# pylint
# rich
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.2
Expand All @@ -342,14 +323,12 @@ urllib3==2.2.2
# twine
virtualenv==20.26.3
# via tox
wheel==0.43.0
wheel==0.44.0
# via
# -r requirements/dev.in
# pip-tools
zipp==3.19.2
# via
# importlib-metadata
# importlib-resources
zipp==3.20.0
# via importlib-metadata

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