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

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
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# django-cors-headers
beautifulsoup4==4.12.3
# via wagtail
boto3==1.35.14
boto3==1.35.35
# via -r requirements/base.in
botocore==1.35.14
botocore==1.35.35
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -94,7 +94,7 @@ djangorestframework==3.15.2
# edx-api-doc-tools
# edx-drf-extensions
# wagtail
dnspython==2.6.1
dnspython==2.7.0
# via pymongo
draftjs-exporter==5.0.0
# via wagtail
Expand All @@ -104,13 +104,13 @@ drf-yasg==1.21.7
# via
# -r requirements/base.in
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==2.0.0
# via -r requirements/base.in
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# -r requirements/base.in
# edx-drf-extensions
Expand All @@ -127,7 +127,7 @@ et-xmlfile==1.1.0
# via openpyxl
filetype==1.2.0
# via willow
idna==3.8
idna==3.10
# via requests
inflect==7.4.0
# via -r requirements/base.in
Expand All @@ -147,7 +147,7 @@ more-itertools==10.5.0
# via inflect
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -176,7 +176,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymongo==4.8.0
pymongo==4.10.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -186,7 +186,7 @@ python-dateutil==2.9.0.post0
# botocore
python3-openid==3.2.0
# via social-auth-core
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.in
# django-modelcluster
Expand Down Expand Up @@ -250,13 +250,13 @@ urllib3==1.26.20
# -c requirements/constraints.txt
# botocore
# requests
wagtail==6.2.1
wagtail==6.2.2
# via -r requirements/base.in
willow[heif]==1.8.0
# via
# wagtail
# willow
zipp==3.20.1
zipp==3.20.2
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
50 changes: 27 additions & 23 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/quality.txt
# django
# django-cors-headers
astroid==3.2.4
astroid==3.3.5
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -22,9 +22,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.35.14
boto3==1.35.35
# via -r requirements/quality.txt
botocore==1.35.14
botocore==1.35.35
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -87,7 +87,7 @@ defusedxml==0.8.0rc2
# willow
diff-cover==9.2.0
# via -r requirements/dev.in
dill==0.3.8
dill==0.3.9
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -170,7 +170,7 @@ djangorestframework==3.15.2
# edx-api-doc-tools
# edx-drf-extensions
# wagtail
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/quality.txt
# pymongo
Expand All @@ -186,13 +186,13 @@ drf-yasg==1.21.7
# via
# -r requirements/quality.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==2.0.0
# via -r requirements/quality.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/quality.txt
edx-django-release-util==1.4.0
# via -r requirements/quality.txt
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# -r requirements/quality.txt
# edx-drf-extensions
Expand All @@ -217,11 +217,11 @@ et-xmlfile==1.1.0
# openpyxl
factory-boy==3.3.1
# via -r requirements/quality.txt
faker==28.4.1
faker==30.3.0
# via
# -r requirements/quality.txt
# factory-boy
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/quality.txt
# tox
Expand All @@ -230,7 +230,7 @@ filetype==1.2.0
# via
# -r requirements/quality.txt
# willow
idna==3.8
idna==3.10
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -272,7 +272,7 @@ lxml[html-clean,html_clean]==5.3.0
# lxml-html-clean
lxml-html-clean==0.2.2
# via lxml
markupsafe==2.1.5
markupsafe==3.0.0
# via
# -r requirements/quality.txt
# jinja2
Expand All @@ -288,7 +288,7 @@ more-itertools==10.5.0
# inflect
mysqlclient==2.2.4
# via -r requirements/quality.txt
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -323,7 +323,7 @@ pillow-heif==0.18.0
# via
# -r requirements/quality.txt
# willow
platformdirs==4.3.2
platformdirs==4.3.6
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -359,7 +359,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.7
pylint==3.3.1
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -379,19 +379,19 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.10.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
pynacl==1.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/quality.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -413,7 +413,7 @@ python3-openid==3.2.0
# via
# -r requirements/quality.txt
# social-auth-core
pytz==2024.1
pytz==2024.2
# via
# -r requirements/quality.txt
# django-modelcluster
Expand Down Expand Up @@ -499,7 +499,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.18.1
tox==4.21.2
# via -r requirements/quality.txt
typeguard==4.3.0
# via
Expand All @@ -509,6 +509,7 @@ typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# edx-opaque-keys
# faker
# typeguard
uritemplate==4.1.1
# via
Expand All @@ -520,15 +521,18 @@ urllib3==1.26.20
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.26.4
virtualenv==20.26.6
# via
# -r requirements/quality.txt
# tox
wagtail==6.2.1
wagtail==6.2.2
# via -r requirements/quality.txt
willow[heif]==1.8.0
# via
# -r requirements/quality.txt
# wagtail
zipp==3.20.1
zipp==3.20.2
# via -r requirements/quality.txt

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading
Loading