Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 21, 2023
1 parent 5fa5e7c commit 3da5b30
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
3 changes: 2 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==5.3.2
# via
# -r requirements/tox.txt
# tox
certifi==2023.7.22
certifi==2023.11.17
# via requests
chardet==5.2.0
# via
Expand Down Expand Up @@ -44,6 +44,7 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# tox
# virtualenv
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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.3
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.0
# via -r requirements/pip.in
18 changes: 10 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.85
boto3==1.29.4
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.85
botocore==1.32.4
# via
# -r requirements/test.txt
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -133,11 +133,13 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.0.0
# via pylint
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pygments==2.16.1
pygments==2.17.1
# via
# -r requirements/test.txt
# rich
Expand Down Expand Up @@ -179,7 +181,7 @@ requests==2.31.0
# -r requirements/test.txt
# cookiecutter
# xblock-sdk
rich==13.6.0
rich==13.7.0
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -215,7 +217,7 @@ text-unidecode==1.3
# python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
types-python-dateutil==2.8.19.14
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.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.85
boto3==1.29.4
# via fs-s3fs
botocore==1.31.85
botocore==1.32.4
# via
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -78,7 +78,7 @@ mock==5.1.0
# via -r requirements/test.in
pbr==6.0.0
# via stevedore
pygments==2.16.1
pygments==2.17.1
# via rich
pymongo==3.13.0
# via edx-opaque-keys
Expand All @@ -103,7 +103,7 @@ requests==2.31.0
# via
# cookiecutter
# xblock-sdk
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/tox.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

0 comments on commit 3da5b30

Please sign in to comment.