Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Nov 20, 2023
2 parents 529c0c8 + 3049756 commit 140dfe8
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 22 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.84
boto3==1.29.3
# via fs-s3fs
botocore==1.31.84
botocore==1.32.3
# via
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -69,7 +69,7 @@ mdurl==0.1.2
# via markdown-it-py
openedx-django-pyfs==3.4.0
# via xblock
pygments==2.16.1
pygments==2.17.0
# via rich
pypng==0.20220715.0
# via -r requirements/base.in
Expand All @@ -92,7 +92,7 @@ requests==2.31.0
# via
# -r requirements/base.in
# cookiecutter
rich==13.6.0
rich==13.7.0
# via cookiecutter
s3transfer==0.7.0
# via boto3
Expand Down
1 change: 1 addition & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand Down
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ 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
13 changes: 7 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.28.84
boto3==1.29.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.84
botocore==1.32.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -47,7 +47,7 @@ cachetools==5.3.2
# via
# -r requirements/test.txt
# tox
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -208,6 +208,7 @@ pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# pylint
# tox
Expand All @@ -221,7 +222,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.16.1
pygments==2.17.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -297,7 +298,7 @@ requests==2.31.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
rich==13.6.0
rich==13.7.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -342,7 +343,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
tox==4.11.3
# via
Expand Down
13 changes: 7 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.84
boto3==1.29.3
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.84
botocore==1.32.3
# via
# -r requirements/test.txt
# boto3
Expand All @@ -39,7 +39,7 @@ cachetools==5.3.2
# via
# -r requirements/test.txt
# tox
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -177,6 +177,7 @@ pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# pylint
# tox
Expand All @@ -190,7 +191,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.16.1
pygments==2.17.0
# via
# -r requirements/test.txt
# rich
Expand Down Expand Up @@ -252,7 +253,7 @@ requests==2.31.0
# via
# -r requirements/test.txt
# cookiecutter
rich==13.6.0
rich==13.7.0
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -291,7 +292,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
tox==4.11.3
# via -r requirements/test.txt
Expand Down
11 changes: 6 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.28.84
boto3==1.29.3
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.84
botocore==1.32.3
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==5.3.2
# via tox
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -139,13 +139,14 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via
# pytest
# tox
pygments==2.16.1
pygments==2.17.0
# via
# -r requirements/base.txt
# rich
Expand Down Expand Up @@ -188,7 +189,7 @@ requests==2.31.0
# via
# -r requirements/base.txt
# cookiecutter
rich==13.6.0
rich==13.7.0
# via
# -r requirements/base.txt
# cookiecutter
Expand Down

0 comments on commit 140dfe8

Please sign in to comment.