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 8, 2023
1 parent 2e5f9d8 commit c6f4c4d
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
codecov==2.1.13
# via -r requirements/ci.in
coverage==7.3.2
# via codecov
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -40,5 +40,5 @@ tox==3.28.0
# -r requirements/ci.in
urllib3==2.0.7
# via requests
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cffi==1.16.0
# via cryptography
chardet==5.2.0
# via diff-cover
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -29,15 +29,15 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
diff-cover==8.0.0
# via -r requirements/dev.in
dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -46,11 +46,11 @@ docutils==0.20.1
# via readme-renderer
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
edx-lint==5.3.6
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -61,7 +61,7 @@ importlib-metadata==6.8.0
# build
# keyring
# twine
importlib-resources==6.1.0
importlib-resources==6.1.1
# via keyring
isort==5.12.0
# via
Expand Down Expand Up @@ -99,7 +99,7 @@ packaging==23.2
# tox
path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
Expand Down Expand Up @@ -134,7 +134,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -180,7 +180,7 @@ tomli==2.0.1
# pylint
# pyproject-hooks
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
tox==3.28.0
# via
Expand All @@ -200,9 +200,9 @@ urllib3==2.0.7
# via
# requests
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
wheel==0.41.2
wheel==0.41.3
# via -r requirements/dev.in
zipp==3.17.0
# via
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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# 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:
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -25,13 +25,13 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
dill==0.3.7
# via pylint
docutils==0.20.1
# via readme-renderer
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
idna==3.4
# via requests
Expand All @@ -40,7 +40,7 @@ importlib-metadata==6.8.0
# build
# keyring
# twine
importlib-resources==6.1.0
importlib-resources==6.1.1
# via keyring
isort==5.12.0
# via
Expand Down Expand Up @@ -70,7 +70,7 @@ nh3==0.2.14
# via readme-renderer
packaging==23.2
# via build
pbr==5.11.1
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
Expand All @@ -94,7 +94,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -131,7 +131,7 @@ tomli==2.0.1
# build
# pylint
# pyproject-hooks
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
twine==4.0.2
# via -r requirements/quality.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pluggy==1.3.0
# via pytest
py==1.11.0
# via pytest-catchlog
pytest==7.4.2
pytest==7.4.3
# via
# pytest-catchlog
# pytest-cov
Expand All @@ -32,7 +32,7 @@ pytest-catchlog==1.2.2
# via -r requirements/test.in
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
pytz==2023.3.post1
# via django
Expand Down

0 comments on commit c6f4c4d

Please sign in to comment.