Skip to content

Commit

Permalink
Merge pull request #2241 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-c4d0d6c

Python Requirements Update
  • Loading branch information
feanil authored Mar 20, 2024
2 parents c4d0d6c + 8113d8c commit 526aadd
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 17 deletions.
10 changes: 6 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c common_constraints.txt
# sphinx
jinja2==3.1.3
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==23.2
packaging==24.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -83,7 +85,7 @@ typing-extensions==4.10.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
9 changes: 9 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ 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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ imagesize==1.4.1
# via
# -r base.txt
# sphinx
importlib-metadata==7.0.1
importlib-metadata==6.11.0
# via
# -r base.txt
# build
Expand All @@ -63,13 +63,13 @@ markupsafe==2.1.5
# via
# -r base.txt
# jinja2
packaging==23.2
packaging==24.0
# via
# -r base.txt
# build
# pydata-sphinx-theme
# sphinx
pip-tools==7.4.0
pip-tools==7.4.1
# via -r dev.in
pydata-sphinx-theme==0.14.4
# via
Expand Down Expand Up @@ -151,9 +151,9 @@ urllib3==2.2.1
# via
# -r base.txt
# requests
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via
# -r base.txt
# importlib-metadata
Expand Down
14 changes: 8 additions & 6 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
importlib-metadata==6.11.0
# via
# -c common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r pip-tools.in
pyproject-hooks==1.0.0
# via
Expand All @@ -23,9 +25,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

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

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r pip.in
setuptools==69.1.1
setuptools==69.2.0
# via -r pip.in

0 comments on commit 526aadd

Please sign in to comment.