Skip to content

Commit

Permalink
chore: Updating Python Requirements (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Apr 24, 2024
1 parent 6a18cf4 commit 5a6dab9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.1.0
# -r requirements/quality.txt
# pylint
# pylint-celery
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via
# -r requirements/quality.txt
# jaraco-context
Expand Down Expand Up @@ -97,7 +97,7 @@ docutils==0.20.1
# readme-renderer
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -138,7 +138,7 @@ jaraco-context==5.3.0
# via
# -r requirements/quality.txt
# keyring
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -207,7 +207,7 @@ platformdirs==4.2.0
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -352,7 +352,7 @@ urllib3==2.2.1
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
Expand Down Expand Up @@ -62,7 +62,7 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
Expand All @@ -87,7 +87,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -129,7 +129,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.10.0
# via twine
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
Expand Down Expand Up @@ -55,7 +55,7 @@ docutils==0.20.1
# via readme-renderer
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
Expand All @@ -80,7 +80,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -120,7 +120,7 @@ pkginfo==1.10.0
# via twine
platformdirs==4.2.0
# via pylint
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
Expand All @@ -37,7 +37,7 @@ packaging==24.0
# via pytest
pbr==6.0.0
# via stevedore
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.1.1
# via
Expand Down

0 comments on commit 5a6dab9

Please sign in to comment.