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 Jul 21, 2023
1 parent 7b54458 commit f047a8f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
23 changes: 22 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ certifi==2023.5.7
# via
# -r requirements/test.txt
# requests
cffi==1.15.1
# via
# -r requirements/test.txt
# cryptography
chardet==5.1.0
# via
# -r requirements/test.txt
Expand All @@ -61,7 +65,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -75,6 +79,10 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==41.0.2
# via
# -r requirements/test.txt
# secretstorage
ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.6
Expand Down Expand Up @@ -146,6 +154,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 @@ -233,6 +246,10 @@ py==1.11.0
# via
# -r requirements/tox.txt
# tox
pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.15.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -314,6 +331,10 @@ s3transfer==0.6.1
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
simplejson==3.19.1
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ click==8.1.6
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.2.3
# via xblock-sdk
Expand Down
14 changes: 13 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ botocore==1.31.8
# s3transfer
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
chardet==5.1.0
# via binaryornot
charset-normalizer==3.2.0
Expand All @@ -42,14 +44,16 @@ click==8.1.6
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.2.3
# via xblock-sdk
coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==41.0.2
# via secretstorage
ddt==1.6.0
# via -r requirements/test.in
dill==0.3.6
Expand Down Expand Up @@ -92,6 +96,10 @@ 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
Expand Down Expand Up @@ -141,6 +149,8 @@ platformdirs==3.9.1
# via pylint
pluggy==1.2.0
# via pytest
pycparser==2.21
# via cffi
pygments==2.15.1
# via
# readme-renderer
Expand Down Expand Up @@ -201,6 +211,8 @@ rich==13.4.2
# via twine
s3transfer==0.6.1
# via boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.1
# via
# -r requirements/base.txt
Expand Down

0 comments on commit f047a8f

Please sign in to comment.