Skip to content

Commit

Permalink
chore: Updating Python Requirements (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 8, 2023
1 parent db4975d commit 0d7e4f7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 35 deletions.
5 changes: 2 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,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 @@ -37,7 +36,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.25.0
# via
# -r requirements/ci.in
# 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
21 changes: 10 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -27,7 +27,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
diff-cover==8.0.1
# via -r requirements/dev.in
Expand All @@ -50,9 +50,9 @@ filelock==3.13.1
# via
# tox
# virtualenv
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# keyring
# twine
Expand Down Expand Up @@ -86,21 +86,20 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
nh3==0.2.15
# via readme-renderer
packaging==23.2
# via
# pyproject-api
# tox
path==16.7.1
path==16.9.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# pylint
# tox
# virtualenv
Expand All @@ -119,7 +118,7 @@ pycparser==2.21
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.16.1
pygments==2.17.2
# via
# diff-cover
# readme-renderer
Expand Down Expand Up @@ -197,11 +196,11 @@ urllib3==2.1.0
# via
# requests
# twine
virtualenv==20.24.6
virtualenv==20.25.0
# via
# -r requirements/dev.in
# tox
wheel==0.41.3
wheel==0.42.0
# via -r requirements/dev.in
zipp==3.17.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ babel==2.13.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
django==3.2.23
# via
Expand All @@ -37,11 +37,11 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# keyring
# sphinx
Expand All @@ -66,7 +66,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
nh3==0.2.15
# via readme-renderer
packaging==23.2
# via
Expand All @@ -80,9 +80,9 @@ pockets==0.9.1
# via sphinxcontrib-napoleon
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.3
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.16.1
pygments==2.17.2
# via
# accessible-pygments
# doc8
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
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.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
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
6 changes: 2 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ mccabe==0.7.0
# via pylint
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
platformdirs==4.1.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coverage[toml]==7.3.2
# pytest-cov
ddt==1.3.1
# via -r requirements/test.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit 0d7e4f7

Please sign in to comment.