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 15, 2024
1 parent 0d54408 commit fedc7de
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 25 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ requests==2.32.3
# via -r requirements/base.in
semantic-version==2.10.0
# via -r requirements/base.in
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
# via
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 @@ -69,15 +69,15 @@ 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
colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -147,7 +147,7 @@ edx-opaque-keys==2.11.0
# -r requirements/test.txt
factory-boy==2.12.0
# via -r requirements/test.txt
faker==30.8.2
faker==33.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -196,7 +196,7 @@ newrelic==10.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# edx-django-utils
packaging==24.1
packaging==24.2
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -358,7 +358,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/docs.txt
# sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ markupsafe==3.0.2
# via
# -c requirements/test.txt
# jinja2
packaging==24.1
packaging==24.2
# via
# -c requirements/test.txt
# pydata-sphinx-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# 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/edx-drf-extensions/edx-drf-extensions/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/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ 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 tox
coverage[toml]==7.6.4
coverage[toml]==7.6.5
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -89,7 +89,7 @@ edx-opaque-keys==2.11.0
# via -r requirements/base.txt
factory-boy==2.12.0
# via -r requirements/test.in
faker==30.8.2
faker==33.0.0
# via factory-boy
filelock==3.16.1
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ newrelic==10.2.0
# via
# -r requirements/base.txt
# edx-django-utils
packaging==24.1
packaging==24.2
# via
# pyproject-api
# pytest
Expand Down Expand Up @@ -195,7 +195,7 @@ six==1.16.0
# via
# edx-lint
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit fedc7de

Please sign in to comment.