Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
Bump patch version for requirements
  • Loading branch information
edx-requirements-bot committed Jul 24, 2023
1 parent ce79dad commit ee52bb2
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 57 deletions.
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.53"
__version__ = "0.14.54"

default_app_config = "notices.apps.NoticesConfig" # pylint: disable=invalid-name
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
asgiref==3.7.2
# via django
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.5
click==8.1.6
# via
# code-annotations
# edx-django-utils
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.2
# via pyjwt
Expand Down Expand Up @@ -57,7 +57,7 @@ djangorestframework==3.14.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.5.0
edx-django-utils==5.6.0
# via
# edx-drf-extensions
# edx-toggles
Expand All @@ -81,7 +81,7 @@ psutil==5.9.5
# via edx-django-utils
pycparser==2.21
# via cffi
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
Expand All @@ -97,7 +97,7 @@ pytz==2023.3
# via
# django
# djangorestframework
pyyaml==6.0
pyyaml==6.0.1
# via code-annotations
requests==2.31.0
# via edx-drf-extensions
Expand All @@ -118,5 +118,5 @@ text-unidecode==1.3
# via python-slugify
typing-extensions==4.7.1
# via asgiref
urllib3==2.0.3
urllib3==2.0.4
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.0
virtualenv==20.24.2
# via tox
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build==0.10.0
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/quality.txt
# requests
Expand All @@ -38,7 +38,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/quality.txt
# requests
click==8.1.5
click==8.1.6
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -52,7 +52,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -68,7 +68,7 @@ cryptography==41.0.2
# secretstorage
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.6
dill==0.3.7
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -121,7 +121,7 @@ drf-jwt==1.19.2
# via
# -r requirements/quality.txt
# edx-drf-extensions
edx-django-utils==5.5.0
edx-django-utils==5.6.0
# via
# -r requirements/quality.txt
# edx-drf-extensions
Expand All @@ -142,9 +142,9 @@ exceptiongroup==1.1.2
# via
# -r requirements/quality.txt
# pytest
factory-boy==3.2.1
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==19.1.0
faker==19.2.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -212,7 +212,7 @@ mdurl==0.1.2
# via
# -r requirements/quality.txt
# markdown-it-py
more-itertools==9.1.0
more-itertools==10.0.0
# via
# -r requirements/quality.txt
# jaraco-classes
Expand Down Expand Up @@ -243,7 +243,7 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.0.0
pip-tools==7.1.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
Expand Down Expand Up @@ -287,7 +287,7 @@ pygments==2.15.1
# diff-cover
# readme-renderer
# rich
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/quality.txt
# drf-jwt
Expand Down Expand Up @@ -347,7 +347,7 @@ pytz==2023.3
# -r requirements/quality.txt
# django
# djangorestframework
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -444,20 +444,20 @@ typing-extensions==4.7.1
# faker
# pylint
# rich
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.24.0
virtualenv==20.24.2
# via
# -r requirements/ci.txt
# tox
webencodings==0.5.1
# via
# -r requirements/quality.txt
# bleach
wheel==0.40.0
wheel==0.41.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.12.1
# via sphinx
bleach==6.0.0
# via readme-renderer
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
Expand All @@ -27,12 +27,12 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.5
click==8.1.6
# via
# -r requirements/test.txt
# code-annotations
# edx-django-utils
code-annotations==1.3.0
code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -92,7 +92,7 @@ drf-jwt==1.19.2
# via
# -r requirements/test.txt
# edx-drf-extensions
edx-django-utils==5.5.0
edx-django-utils==5.6.0
# via
# -r requirements/test.txt
# edx-drf-extensions
Expand All @@ -111,9 +111,9 @@ exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
factory-boy==3.2.1
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.1.0
faker==19.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -168,7 +168,7 @@ pygments==2.15.1
# doc8
# readme-renderer
# sphinx
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -205,7 +205,7 @@ pytz==2023.3
# babel
# django
# djangorestframework
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -274,7 +274,7 @@ typing-extensions==4.7.1
# -r requirements/test.txt
# asgiref
# faker
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/test.txt
# requests
Expand Down
7 changes: 4 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
#
build==0.10.0
# via pip-tools
click==8.1.5
click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.0.0
pip-tools==7.1.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.40.0
# pyproject-hooks
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.40.0
wheel==0.41.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ black==23.7.0
# via -r requirements/quality.in
bleach==6.0.0
# via readme-renderer
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
Expand All @@ -29,7 +29,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.5
click==8.1.6
# via
# -r requirements/test.txt
# black
Expand All @@ -39,7 +39,7 @@ click==8.1.5
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -53,7 +53,7 @@ cryptography==41.0.2
# -r requirements/test.txt
# pyjwt
# secretstorage
dill==0.3.6
dill==0.3.7
# via pylint
django==3.2.20
# via
Expand Down Expand Up @@ -97,7 +97,7 @@ drf-jwt==1.19.2
# via
# -r requirements/test.txt
# edx-drf-extensions
edx-django-utils==5.5.0
edx-django-utils==5.6.0
# via
# -r requirements/test.txt
# edx-drf-extensions
Expand All @@ -116,9 +116,9 @@ exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
factory-boy==3.2.1
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.1.0
faker==19.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -164,7 +164,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
more-itertools==10.0.0
# via jaraco-classes
mypy-extensions==1.0.0
# via black
Expand Down Expand Up @@ -209,7 +209,7 @@ pygments==2.15.1
# via
# readme-renderer
# rich
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -259,7 +259,7 @@ pytz==2023.3
# -r requirements/test.txt
# django
# djangorestframework
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -326,7 +326,7 @@ typing-extensions==4.7.1
# faker
# pylint
# rich
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/test.txt
# requests
Expand Down
Loading

0 comments on commit ee52bb2

Please sign in to comment.