Skip to content

Commit

Permalink
Merge pull request #412 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-d554214

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Nov 18, 2024
2 parents d554214 + fc9619e commit 0ac1dbe
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 27 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.57
boto3==1.35.63
# via fs-s3fs
botocore==1.35.57
botocore==1.35.63
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -103,7 +103,7 @@ six==1.16.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via django
text-unidecode==1.3
# via python-slugify
Expand Down
8 changes: 0 additions & 8 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# 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

Expand All @@ -23,13 +22,6 @@ 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/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# 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 @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.57
boto3==1.35.63
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.57
botocore==1.35.63
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -73,7 +73,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
colorama==0.4.6
# via
Expand All @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -317,7 +317,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/xblock-sdk/xblock-sdk/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
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 @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.57
boto3==1.35.63
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.57
botocore==1.35.63
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -61,15 +61,15 @@ 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
colorama==0.4.6
# via
# -r requirements/test.txt
# tox
cookiecutter==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -267,7 +267,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.35.57
boto3==1.35.63
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.57
botocore==1.35.63
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -54,7 +54,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -203,7 +203,7 @@ six==1.16.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 0ac1dbe

Please sign in to comment.