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 Sep 27, 2023
1 parent 2176114 commit 34794d4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 25 deletions.
6 changes: 2 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.3.1
# via codecov
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -41,9 +41,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
urllib3==2.0.4
urllib3==2.0.5
# via requests
virtualenv==20.24.5
# via tox
21 changes: 10 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand All @@ -29,7 +29,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.3
cryptography==41.0.4
# via secretstorage
diff-cover==7.7.0
# via -r requirements/dev.in
Expand All @@ -44,13 +44,13 @@ django==3.2.21
# edx-i18n-tools
docutils==0.20.1
# via readme-renderer
edx-i18n-tools==1.1.0
edx-i18n-tools==1.2.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -61,7 +61,7 @@ importlib-metadata==6.8.0
# build
# keyring
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via keyring
isort==5.12.0
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ pygments==2.16.1
# diff-cover
# readme-renderer
# rich
pylint==2.17.5
pylint==2.17.6
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -160,7 +160,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.5.2
rich==13.5.3
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -193,14 +193,13 @@ twine==4.0.2
# via
# -r requirements/dev.in
# -r requirements/quality.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# asgiref
# astroid
# filelock
# pylint
# rich
urllib3==2.0.4
urllib3==2.0.5
# via
# requests
# twine
Expand All @@ -210,7 +209,7 @@ wheel==0.41.2
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand All @@ -25,7 +25,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.3
cryptography==41.0.4
# via secretstorage
dill==0.3.7
# via pylint
Expand All @@ -40,7 +40,7 @@ importlib-metadata==6.8.0
# build
# keyring
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via keyring
isort==5.12.0
# via
Expand Down Expand Up @@ -88,7 +88,7 @@ pygments==2.16.1
# via
# readme-renderer
# rich
pylint==2.17.5
pylint==2.17.6
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -118,7 +118,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.5.2
rich==13.5.3
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -137,18 +137,18 @@ tomlkit==0.12.1
# via pylint
twine==4.0.2
# via -r requirements/quality.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
# rich
urllib3==2.0.4
urllib3==2.0.5
# via
# requests
# twine
wrapt==1.15.0
# via astroid
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref

0 comments on commit 34794d4

Please sign in to comment.