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 6, 2023
1 parent b02caa9 commit d8b7481
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 64 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
django==3.2.21
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
45 changes: 19 additions & 26 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -27,7 +27,7 @@ cffi==1.16.0
# cryptography
chardet==5.2.0
# via diff-cover
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via
# -r requirements/quality.txt
# requests
Expand All @@ -47,17 +47,18 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/quality.txt
# secretstorage
ddt==1.6.0
# via -r requirements/quality.txt
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/dev.in
dill==0.3.7
# via
Expand All @@ -67,21 +68,21 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.21
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
docutils==0.20.1
# via
# -r requirements/quality.txt
# readme-renderer
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.4
filelock==3.13.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -127,10 +128,6 @@ keyring==24.2.0
# via
# -r requirements/quality.txt
# twine
lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -173,7 +170,7 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.10.0
platformdirs==3.11.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -190,7 +187,7 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.txt
pycparser==2.21
# via
Expand All @@ -204,7 +201,7 @@ pygments==2.16.1
# diff-cover
# readme-renderer
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -215,7 +212,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -228,14 +225,14 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/quality.txt
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -308,7 +305,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -328,23 +325,19 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==2.0.5
urllib3==2.0.7
# via
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# tox
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
Expand Down
17 changes: 9 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
babel==2.12.1
babel==2.13.1
# via sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
Expand All @@ -20,7 +20,7 @@ certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -30,15 +30,16 @@ code-annotations==1.5.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
ddt==1.6.0
# via -r requirements/test.txt
django==3.2.21
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -128,14 +129,14 @@ pygments==2.16.1
# sphinx
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.txt
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -236,7 +237,7 @@ typing-extensions==4.8.0
# -r requirements/test.txt
# asgiref
# rich
urllib3==2.0.5
urllib3==2.0.7
# via
# requests
# twine
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# 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.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
Loading

0 comments on commit d8b7481

Please sign in to comment.