Skip to content

Commit

Permalink
Merge pull request #545 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-081db75

Python Requirements Update
  • Loading branch information
Feanil Patel authored Dec 6, 2023
2 parents 081db75 + 92c6d3f commit dad13cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ 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

# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ imagesize==1.4.1
# via
# -r requirements/base.txt
# sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/base.txt
# sphinx
Expand Down Expand Up @@ -131,7 +131,7 @@ sphinxcontrib-serializinghtml==1.1.5
# sphinx
sphinxext-rediraffe==0.2.7
# via -r requirements/base.txt
tornado==6.3.3
tornado==6.4
# via livereload
typing-extensions==4.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down

0 comments on commit dad13cd

Please sign in to comment.