Skip to content

Commit

Permalink
chore: Updating Python Requirements (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 2, 2024
1 parent 350f9cc commit 0e6530f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.0.2
# pylint-celery
cachetools==5.3.2
# via tox
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -29,15 +29,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==42.0.1
cryptography==42.0.2
# via secretstorage
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -104,7 +104,7 @@ pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# pylint
# tox
Expand Down Expand Up @@ -143,9 +143,9 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-api==1.6.1
# via tox
python-slugify==8.0.2
python-slugify==8.0.3
# via code-annotations
pytz==2023.3.post1
pytz==2024.1
# via django
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -192,7 +192,7 @@ typing-extensions==4.9.0
# astroid
# pylint
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# requests
# twine
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.1
cryptography==42.0.2
# via secretstorage
django==3.2.23
# via
Expand Down Expand Up @@ -90,7 +90,7 @@ pygments==2.17.2
# readme-renderer
# rich
# sphinx
pytz==2023.3.post1
pytz==2024.1
# via
# babel
# django
Expand Down Expand Up @@ -155,7 +155,7 @@ typing-extensions==4.9.0
# asgiref
# pydata-sphinx-theme
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# requests
# twine
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
dill==0.3.7
dill==0.3.8
# via pylint
django==3.2.23
# via
Expand All @@ -39,7 +39,7 @@ mccabe==0.7.0
# via pylint
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
Expand All @@ -59,9 +59,9 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
python-slugify==8.0.2
python-slugify==8.0.3
# via code-annotations
pytz==2023.3.post1
pytz==2024.1
# via django
pyyaml==6.0.1
# via code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
Expand All @@ -18,13 +18,13 @@ packaging==23.2
# via pytest
pluggy==1.4.0
# via pytest
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.in
tomli==2.0.1
# via
Expand Down

0 comments on commit 0e6530f

Please sign in to comment.