Skip to content

Commit

Permalink
chore: Updating Python Requirements (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 28, 2023
1 parent 6bbb88e commit 2388c71
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via pynacl
Expand All @@ -24,11 +24,11 @@ django-crum==0.7.9
# via edx-django-utils
django-waffle==4.0.0
# via edx-django-utils
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
newrelic==9.1.2
newrelic==9.2.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -52,7 +52,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -85,11 +85,11 @@ docutils==0.20.1
# via
# -r requirements/test.txt
# readme-renderer
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -100,7 +100,7 @@ filelock==3.13.1
# virtualenv
freezegun==1.2.2
# via -r requirements/test.txt
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -160,7 +160,7 @@ more-itertools==10.1.0
# via
# -r requirements/test.txt
# jaraco-classes
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -213,7 +213,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.16.1
pygments==2.17.2
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -289,13 +289,13 @@ requests-toolbelt==1.0.0
# via
# -r requirements/test.txt
# twine
responses==0.24.0
responses==0.24.1
# via -r requirements/test.txt
rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.6.0
rich==13.7.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -337,7 +337,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -362,11 +362,11 @@ urllib3==2.1.0
# requests
# responses
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# tox
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
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.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -40,7 +40,7 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
ddt==1.7.0
# via -r requirements/test.in
Expand All @@ -62,15 +62,15 @@ django-waffle==4.0.0
# edx-django-utils
docutils==0.20.1
# via readme-renderer
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via -r requirements/base.txt
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
freezegun==1.2.2
# via -r requirements/test.in
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -104,7 +104,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -134,7 +134,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pygments==2.16.1
pygments==2.17.2
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -189,11 +189,11 @@ requests==2.31.0
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.24.0
responses==0.24.1
# via -r requirements/test.in
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -219,7 +219,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
twine==4.0.2
# via -r requirements/test.in
Expand Down

0 comments on commit 2388c71

Please sign in to comment.