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 8, 2023
1 parent 8269813 commit e72e3c9
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ django-crum==0.7.9
# via edx-django-utils
django-waffle==4.0.0
# via edx-django-utils
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via -r requirements/base.in
idna==3.4
# via requests
Expand Down
30 changes: 22 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ certifi==2023.7.22
cffi==1.15.1
# via
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.2.0
# via
Expand All @@ -54,6 +55,10 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.3
# via
# -r requirements/test.txt
# secretstorage
ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.7
Expand Down Expand Up @@ -83,7 +88,7 @@ docutils==0.20.1
# via
# -r requirements/test.txt
# readme-renderer
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/test.txt
Expand All @@ -107,7 +112,7 @@ importlib-metadata==6.8.0
# -r requirements/test.txt
# keyring
# twine
importlib-resources==6.0.0
importlib-resources==6.0.1
# via
# -r requirements/test.txt
# keyring
Expand All @@ -123,6 +128,11 @@ jaraco-classes==3.3.0
# via
# -r requirements/test.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -151,7 +161,7 @@ mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
more-itertools==10.0.0
more-itertools==10.1.0
# via
# -r requirements/test.txt
# jaraco-classes
Expand All @@ -171,7 +181,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
Expand Down Expand Up @@ -203,7 +213,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -279,16 +289,20 @@ requests-toolbelt==1.0.0
# via
# -r requirements/test.txt
# twine
responses==0.23.2
responses==0.23.3
# via -r requirements/test.txt
rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.5.1
rich==13.5.2
# via
# -r requirements/test.txt
# twine
secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
six==1.16.0
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -362,7 +376,7 @@ webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
wheel==0.41.0
wheel==0.41.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
Expand All @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.1
# via pip-tools

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

# The following packages are considered to be unsafe in a requirements file:
Expand Down
21 changes: 15 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ certifi==2023.7.22
cffi==1.15.1
# via
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.2.0
# via
Expand All @@ -39,6 +40,8 @@ code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.3
# via secretstorage
ddt==1.6.0
# via -r requirements/test.in
dill==0.3.7
Expand All @@ -59,7 +62,7 @@ django-waffle==4.0.0
# edx-django-utils
docutils==0.20.1
# via readme-renderer
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via -r requirements/base.txt
edx-lint==5.3.4
# via -r requirements/test.in
Expand All @@ -75,14 +78,18 @@ importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.0.0
importlib-resources==6.0.1
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via code-annotations
keyring==24.2.0
Expand All @@ -97,7 +104,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.0.0
more-itertools==10.1.0
# via jaraco-classes
newrelic==8.9.0
# via
Expand Down Expand Up @@ -125,7 +132,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pygments==2.15.1
pygments==2.16.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -180,12 +187,14 @@ requests==2.31.0
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.23.2
responses==0.23.3
# via -r requirements/test.in
rfc3986==2.0.0
# via twine
rich==13.5.1
rich==13.5.2
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
Expand Down

0 comments on commit e72e3c9

Please sign in to comment.