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

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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ attrs==24.2.0
# via -r requirements/base.in
bleach==6.2.0
# via -r requirements/base.in
boto3==1.35.60
boto3==1.35.69
# via fs-s3fs
botocore==1.35.60
botocore==1.35.69
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -51,15 +51,15 @@ django-filter==24.3
# via -r requirements/base.in
django-statici18n==2.5.0
# via -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via edx-django-utils
djangorestframework==3.15.2
# via django-config-models
dnspython==2.7.0
# via pymongo
edx-ccx-keys==1.3.0
# via -r requirements/base.in
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via django-config-models
edx-opaque-keys[django]==2.11.0
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ markupsafe==3.0.2
# via
# mako
# xblock
newrelic==10.2.0
newrelic==10.3.1
# via edx-django-utils
oauthlib==3.2.2
# via -r requirements/base.in
Expand Down Expand Up @@ -130,7 +130,7 @@ pyyaml==6.0.2
# via xblock
requests==2.32.3
# via pyjwkest
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
simplejson==3.19.3
# via xblock
Expand All @@ -143,7 +143,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
34 changes: 24 additions & 10 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.2.0
# via -r requirements/test.txt
boto3==1.35.60
boto3==1.35.69
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.60
botocore==1.35.69
# via
# -r requirements/test.txt
# boto3
Expand All @@ -53,6 +53,7 @@ certifi==2024.8.30
cffi==1.17.1
# via
# -r requirements/test.txt
# cryptography
# pynacl
chardet==5.2.0
# via
Expand All @@ -76,7 +77,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -88,12 +89,16 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# coveralls
coveralls==4.0.1
# via -r requirements/test.txt
cryptography==43.0.3
# via
# -r requirements/test.txt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.9
Expand Down Expand Up @@ -134,7 +139,7 @@ django-filter==24.3
# via -r requirements/test.txt
django-statici18n==2.5.0
# via -r requirements/test.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -156,7 +161,7 @@ docutils==0.21.2
# readme-renderer
edx-ccx-keys==1.3.0
# via -r requirements/test.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/test.txt
# django-config-models
Expand Down Expand Up @@ -211,6 +216,11 @@ jaraco-functools==4.1.0
# via
# -r requirements/test.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -263,7 +273,7 @@ more-itertools==10.5.0
# -r requirements/test.txt
# jaraco-classes
# jaraco-functools
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -405,10 +415,14 @@ rich==13.9.4
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
simplejson==3.19.3
# via
# -r requirements/test.txt
Expand All @@ -427,7 +441,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -460,7 +474,7 @@ urllib3==1.26.20
# botocore
# requests
# twine
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/tox.txt
# tox
Expand Down
6 changes: 5 additions & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ attrs==24.2.0
# via -r requirements/base.txt
bleach==6.2.0
# via -r requirements/base.txt
boto3==1.35.60
boto3==1.35.69
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.60
botocore==1.35.69
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -70,7 +70,7 @@ django-filter==24.3
# via -r requirements/base.txt
django-statici18n==2.5.0
# via -r requirements/base.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -84,7 +84,7 @@ dnspython==2.7.0
# pymongo
edx-ccx-keys==1.3.0
# via -r requirements/base.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.txt
# django-config-models
Expand Down Expand Up @@ -127,7 +127,7 @@ lxml[html-clean]==5.3.0
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.4.0
lxml-html-clean==0.4.1
# via lxml
mako==1.3.6
# via
Expand All @@ -138,7 +138,7 @@ markupsafe==3.0.2
# -r requirements/base.txt
# mako
# xblock
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -196,7 +196,7 @@ requests==2.32.3
# via
# -r requirements/base.txt
# pyjwkest
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/base.txt
# boto3
Expand All @@ -216,7 +216,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
10 changes: 6 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.5.0
pip==24.2
# via
# -c /home/runner/work/xblock-lti-consumer/xblock-lti-consumer/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.2.0
# via -r requirements/base.txt
boto3==1.35.60
boto3==1.35.69
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.60
botocore==1.35.69
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -57,7 +57,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
Expand Down Expand Up @@ -95,7 +95,7 @@ django-filter==24.3
# via -r requirements/base.txt
django-statici18n==2.5.0
# via -r requirements/base.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -109,7 +109,7 @@ dnspython==2.7.0
# pymongo
edx-ccx-keys==1.3.0
# via -r requirements/base.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.txt
# django-config-models
Expand Down Expand Up @@ -174,7 +174,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -261,7 +261,7 @@ requests==2.32.3
# xblock-sdk
rich==13.9.4
# via cookiecutter
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/base.txt
# boto3
Expand All @@ -283,7 +283,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down
Loading