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 Aug 3, 2023
1 parent 92bd6e9 commit 941d4fa
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cffi==1.15.1
# via
# -r requirements/quality.txt
# cryptography
chardet==5.1.0
chardet==5.2.0
# via diff-cover
charset-normalizer==3.2.0
# via
Expand All @@ -55,7 +55,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -86,7 +86,7 @@ docutils==0.20.1
# readme-renderer
drf-yasg==1.21.7
# via -r requirements/quality.txt
edx-i18n-tools==1.0.0
edx-i18n-tools==1.1.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
Expand Down Expand Up @@ -181,13 +181,13 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -206,7 +206,7 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.txt
pycparser==2.21
# via
Expand Down Expand Up @@ -286,7 +286,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.4.2
rich==13.5.2
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -329,7 +329,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via
# -r requirements/quality.txt
# pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via secretstorage
django==3.2.20
# via
Expand Down Expand Up @@ -156,7 +156,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.5.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
3 changes: 2 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
# via pip-tools

Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via secretstorage
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -108,13 +108,13 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.9.1
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -170,7 +170,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.5.2
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -194,7 +194,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
twine==4.0.2
# via -r requirements/quality.in
Expand Down

0 comments on commit 941d4fa

Please sign in to comment.