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 #156

Merged
merged 1 commit into from
Jul 17, 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 notices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
An edx-platform plugin which manages notices that must be acknowledged.
"""

__version__ = "0.14.52"
__version__ = "0.14.53"

default_app_config = "notices.apps.NoticesConfig" # pylint: disable=invalid-name
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# code-annotations
# edx-django-utils
code-annotations==1.3.0
# via edx-toggles
cryptography==41.0.1
cryptography==41.0.2
# via pyjwt
django==3.2.20
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.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.23.1
virtualenv==20.24.0
# via tox
21 changes: 11 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==2.15.6
# -r requirements/quality.txt
# pylint
# pylint-celery
black==23.3.0
black==23.7.0
# via -r requirements/quality.txt
bleach==6.0.0
# via
Expand All @@ -38,7 +38,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/quality.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -61,18 +61,18 @@ coverage[toml]==7.2.7
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/quality.txt
# pyjwt
# secretstorage
diff-cover==7.6.0
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.6
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.6
distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -144,7 +144,7 @@ exceptiongroup==1.1.2
# pytest
factory-boy==3.2.1
# via -r requirements/quality.txt
faker==18.13.0
faker==19.1.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -243,13 +243,13 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -441,14 +441,15 @@ typing-extensions==4.7.1
# asgiref
# astroid
# black
# faker
# pylint
# rich
urllib3==2.0.3
# via
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.23.1
virtualenv==20.24.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -464,7 +465,7 @@ wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.16.0
zipp==3.16.2
# via
# -r requirements/quality.txt
# importlib-metadata
Expand Down
9 changes: 5 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -40,7 +40,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -113,7 +113,7 @@ exceptiongroup==1.1.2
# pytest
factory-boy==3.2.1
# via -r requirements/test.txt
faker==18.13.0
faker==19.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -273,11 +273,12 @@ typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
# faker
urllib3==2.0.3
# via
# -r requirements/test.txt
# requests
webencodings==0.5.1
# via bleach
zipp==3.16.0
zipp==3.16.2
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.5
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
13 changes: 7 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
black==23.3.0
black==23.7.0
# via -r requirements/quality.in
bleach==6.0.0
# via readme-renderer
Expand All @@ -29,7 +29,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/test.txt
# black
Expand All @@ -48,7 +48,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -118,7 +118,7 @@ exceptiongroup==1.1.2
# pytest
factory-boy==3.2.1
# via -r requirements/test.txt
faker==18.13.0
faker==19.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -185,7 +185,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.8.1
platformdirs==3.9.1
# via
# black
# pylint
Expand Down Expand Up @@ -323,6 +323,7 @@ typing-extensions==4.7.1
# asgiref
# astroid
# black
# faker
# pylint
# rich
urllib3==2.0.3
Expand All @@ -334,7 +335,7 @@ webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via astroid
zipp==3.16.0
zipp==3.16.2
# via
# importlib-metadata
# importlib-resources
7 changes: 4 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -33,7 +33,7 @@ code-annotations==1.3.0
# edx-toggles
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -93,7 +93,7 @@ exceptiongroup==1.1.2
# via pytest
factory-boy==3.2.1
# via -r requirements/test.in
faker==18.13.0
faker==19.1.0
# via factory-boy
idna==3.4
# via
Expand Down Expand Up @@ -203,6 +203,7 @@ typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
# faker
urllib3==2.0.3
# via
# -r requirements/base.txt
Expand Down
Loading