Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 19, 2024
1 parent 70aa7c2 commit a065402
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 29 deletions.
8 changes: 4 additions & 4 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.64
# via fs-s3fs
botocore==1.35.60
botocore==1.35.64
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -51,7 +51,7 @@ 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
Expand Down Expand Up @@ -96,7 +96,7 @@ markupsafe==3.0.2
# via
# mako
# xblock
newrelic==10.2.0
newrelic==10.3.0
# via edx-django-utils
oauthlib==3.2.2
# via -r requirements/base.in
Expand Down
26 changes: 20 additions & 6 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.64
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.60
botocore==1.35.64
# 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==1.8.1
# 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.7
# 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 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.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -409,6 +419,10 @@ s3transfer==0.10.3
# 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 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
10 changes: 5 additions & 5 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.64
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.60
botocore==1.35.64
# 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 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.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ wheel==0.45.0
# 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
pip==24.2
# via
# -c /home/runner/work/xblock-lti-consumer/xblock-lti-consumer/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 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.64
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.60
botocore==1.35.64
# 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==1.8.1
# 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 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.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
21 changes: 15 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.2.0
# via -r requirements/base.txt
boto3==1.35.60
boto3==1.35.64
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.60
botocore==1.35.64
# via
# -r requirements/base.txt
# boto3
Expand All @@ -42,6 +42,7 @@ certifi==2024.8.30
cffi==1.17.1
# via
# -r requirements/base.txt
# cryptography
# pynacl
chardet==5.2.0
# via binaryornot
Expand All @@ -59,14 +60,16 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
cryptography==43.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.9
Expand Down Expand Up @@ -101,7 +104,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 Down Expand Up @@ -161,6 +164,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# code-annotations
Expand Down Expand Up @@ -203,7 +210,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -312,6 +319,8 @@ s3transfer==0.10.3
# via
# -r requirements/base.txt
# boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.3
# via
# -r requirements/base.txt
Expand Down

0 comments on commit a065402

Please sign in to comment.