Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #41

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via django
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
django==3.2.20
# via
Expand Down
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.8.0
platformdirs==3.8.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
12 changes: 6 additions & 6 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.5
astroid==2.15.6
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -23,11 +23,11 @@ certifi==2023.5.7
# requests
chardet==5.1.0
# via diff-cover
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/quality.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -62,7 +62,7 @@ django==3.2.20
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# edx-i18n-tools
edx-i18n-tools==0.9.2
edx-i18n-tools==1.0.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
Expand Down Expand Up @@ -116,15 +116,15 @@ packaging==23.1
# build
# pytest
# tox
path==16.6.0
path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==6.14.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.0
platformdirs==3.8.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ certifi==2023.5.7
# requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -36,7 +36,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via secretstorage
django==3.2.20
# via
Expand Down Expand Up @@ -64,18 +64,18 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via
# keyring
# sphinx
# twine
importlib-resources==5.12.0
importlib-resources==6.0.0
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -227,7 +227,7 @@ urllib3==2.0.3
# twine
webencodings==0.5.1
# via bleach
zipp==3.15.0
zipp==3.16.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 @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.4
# via pip-tools
packaging==23.1
# via build
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
certifi==2023.5.7
# via
# -r requirements/test.txt
# requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -84,7 +84,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.8.0
platformdirs==3.8.1
# via pylint
pluggy==1.2.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ certifi==2023.5.7
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.3
click==8.1.4
# via code-annotations
code-annotations==1.3.0
# via -r requirements/test.in
Expand Down