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 Jan 31, 2024
1 parent c39a4c4 commit 26683af
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ codecov==2.1.13
# via -r requirements/ci.in
colorama==0.4.6
# via tox
coverage==7.4.0
coverage==7.4.1
# via codecov
distlib==0.3.8
# via virtualenv
Expand All @@ -30,11 +30,11 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand All @@ -46,7 +46,7 @@ tomli==2.0.1
# tox
tox==4.12.1
# via -r requirements/ci.in
urllib3==2.1.0
urllib3==2.2.0
# via requests
virtualenv==20.25.0
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,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.0
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 @@ -110,12 +110,12 @@ pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# diff-cover
# tox
Expand Down Expand Up @@ -150,9 +150,9 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
pytz==2023.4
# via django
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -201,7 +201,7 @@ typing-extensions==4.9.0
# astroid
# pylint
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# requests
# twine
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ 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
cryptography==42.0.0
cryptography==42.0.2
# via secretstorage
dill==0.3.7
dill==0.3.8
# via pylint
docutils==0.20.1
# via readme-renderer
Expand Down Expand Up @@ -74,7 +74,7 @@ pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
Expand Down Expand Up @@ -102,7 +102,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pyyaml==6.0.1
# via code-annotations
Expand Down Expand Up @@ -140,7 +140,7 @@ typing-extensions==4.9.0
# astroid
# pylint
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# requests
# twine
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
Expand All @@ -22,11 +22,11 @@ iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.4.0
# via pytest
py==1.11.0
# via pytest-catchlog
pytest==7.4.4
pytest==8.0.0
# via
# pytest-catchlog
# pytest-cov
Expand All @@ -35,9 +35,9 @@ pytest-catchlog==1.2.2
# via -r requirements/test.in
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
pytz==2023.3.post1
pytz==2023.4
# via django
pyyaml==6.0.1
# via edx-django-release-util
Expand Down

0 comments on commit 26683af

Please sign in to comment.