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 28, 2024
1 parent 43a5e53 commit 0a22b77
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 52 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
edx-codejail==3.4.1
edx-codejail==3.5.2
# via -r requirements/base.in
fs==2.4.16
# via xblock
lxml==5.3.0
# via xblock
mako==1.3.5
mako==1.3.6
# via xblock
markupsafe==2.1.5
markupsafe==3.0.2
# via
# mako
# xblock
Expand All @@ -37,11 +37,11 @@ six==1.16.0
# edx-codejail
# fs
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via django
web-fragments==2.2.0
# via xblock
webob==1.8.8
webob==1.8.9
# via xblock
xblock==5.1.0
# via -r requirements/base.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/tox.txt
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# -r requirements/tox.txt
# tox
Expand All @@ -39,13 +39,13 @@ pluggy==1.5.0
# via
# -r requirements/tox.txt
# tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/tox.txt
# tox
tox==4.18.1
tox==4.23.2
# via -r requirements/tox.txt
virtualenv==20.26.4
virtualenv==20.28.0
# via
# -r requirements/tox.txt
# tox
13 changes: 4 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +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

# opentelemetry requires version 6.x at the moment:
# https://github.com/open-telemetry/opentelemetry-python/issues/3570
# Normally this could be added as a constraint in edx-django-utils, where we're
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7
# 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
8 changes: 5 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
# via
# -c /home/runner/work/xblock-sql-grader/xblock-sql-grader/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# make upgrade
#
build==1.2.2
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.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
26 changes: 13 additions & 13 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.5
# via pylint
coverage==7.6.1
coverage==7.6.8
# via -r requirements/test.txt
dill==0.3.8
dill==0.3.9
# via pylint
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/test.txt
# pymongo
edx-codejail==3.4.1
edx-codejail==3.5.2
# via -r requirements/base.txt
edx-opaque-keys==2.11.0
# via -r requirements/test.txt
Expand All @@ -40,11 +40,11 @@ lxml==5.3.0
# via
# -r requirements/base.txt
# xblock
mako==1.3.5
mako==1.3.6
# via
# -r requirements/base.txt
# xblock
markupsafe==2.1.5
markupsafe==3.0.2
# via
# -r requirements/base.txt
# mako
Expand All @@ -55,13 +55,13 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.3.2
platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pylint==3.2.7
pylint==3.3.1
# via -r requirements/quality.in
pymongo==4.8.0
pymongo==4.10.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -87,11 +87,11 @@ six==1.16.0
# edx-codejail
# fs
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -105,7 +105,7 @@ web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
webob==1.8.8
webob==1.8.9
# via
# -r requirements/base.txt
# xblock
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
coverage==7.6.1
coverage==7.6.8
# via -r requirements/test.in
dnspython==2.6.1
dnspython==2.7.0
# via pymongo
edx-opaque-keys==2.11.0
# via -r requirements/test.in
pbr==6.1.0
# via stevedore
pymongo==4.8.0
pymongo==4.10.1
# via edx-opaque-keys
stevedore==5.3.0
stevedore==5.4.0
# via edx-opaque-keys
typing-extensions==4.12.2
# via edx-opaque-keys
14 changes: 7 additions & 7 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.18.1
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.26.4
virtualenv==20.28.0
# via tox

0 comments on commit 0a22b77

Please sign in to comment.