Skip to content

Commit

Permalink
Merge pull request #74 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-f0a60da

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Dec 19, 2023
2 parents f0a60da + 934f31f commit 8bb19a6
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 42 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ six==1.16.0
# via -r requirements/base.in
stevedore==5.1.0
# via edx-opaque-keys
typing-extensions==4.8.0
typing-extensions==4.9.0
# via edx-opaque-keys
9 changes: 4 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand All @@ -20,9 +20,8 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand All @@ -33,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.25.0
# via tox
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
27 changes: 13 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.1
astroid==3.0.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -44,15 +44,15 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage==7.3.2
coverage==7.3.3
# via -r requirements/test.txt
ddt==1.7.0
# via -r requirements/test.txt
dill==0.3.7
# via
# -r requirements/test.txt
# pylint
distlib==0.3.7
distlib==0.3.8
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -61,7 +61,7 @@ edx-lint==5.3.6
# via -r requirements/test.txt
edx-opaque-keys==2.5.1
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -71,23 +71,23 @@ filelock==3.13.1
# -r requirements/test.txt
# tox
# virtualenv
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.12.0
isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.2
# via
# -r requirements/test.txt
# code-annotations
lazy-object-proxy==1.9.0
lazy-object-proxy==1.10.0
# via -r requirements/test.txt
markupsafe==2.1.3
# via
Expand All @@ -114,9 +114,8 @@ pbr==6.0.0
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/test.txt
# pylint
Expand All @@ -130,7 +129,7 @@ pluggy==1.3.0
# tox
pycodestyle==2.11.1
# via -r requirements/test.txt
pylint==3.0.2
pylint==3.0.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -202,22 +201,22 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.11.3
tox==4.11.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/test.txt
# astroid
# edx-opaque-keys
# pylint
virtualenv==20.24.6
virtualenv==20.25.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
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,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 All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
23 changes: 11 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand All @@ -23,31 +23,31 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via tox
coverage==7.3.2
coverage==7.3.3
# via -r requirements/test.in
ddt==1.7.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
distlib==0.3.7
distlib==0.3.8
# via virtualenv
edx-lint==5.3.6
# via -r requirements/test.in
edx-opaque-keys==2.5.1
# via -r requirements/base.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
# via
# tox
# virtualenv
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via pylint
jinja2==3.1.2
# via code-annotations
lazy-object-proxy==1.9.0
lazy-object-proxy==1.10.0
# via -r requirements/test.in
markupsafe==2.1.3
# via jinja2
Expand All @@ -64,9 +64,8 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# pylint
# tox
# virtualenv
Expand All @@ -76,7 +75,7 @@ pluggy==1.3.0
# tox
pycodestyle==2.11.1
# via -r requirements/test.in
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -121,13 +120,13 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/test.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/base.txt
# astroid
# edx-opaque-keys
# pylint
virtualenv==20.24.6
virtualenv==20.25.0
# via tox

0 comments on commit 8bb19a6

Please sign in to comment.