Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 2, 2024
1 parent e1f5f5f commit 695b91b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.14.0
filelock==3.15.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -124,7 +124,7 @@ idna==3.7
# via
# -r requirements/test.txt
# requests
importlib-metadata==7.2.1
importlib-metadata==8.0.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -213,7 +213,7 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.11.1
pkginfo==1.10.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -247,7 +247,7 @@ pygments==2.18.0
# rich
pyjwt==2.8.0
# via -r requirements/test.txt
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -369,7 +369,7 @@ tomlkit==0.12.5
# pylint
tox==4.15.1
# via -r requirements/ci.txt
twine==5.1.0
twine==5.1.1
# via -r requirements/test.txt
typing-extensions==4.12.2
# via
Expand All @@ -384,7 +384,7 @@ urllib3==2.2.2
# requests
# responses
# twine
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -401,11 +401,11 @@ zipp==3.17.0
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
setuptools==70.1.1
setuptools==70.2.0
# via
# -r requirements/pip-tools.txt
# pip-tools
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.2.1
importlib-metadata==8.0.0
# via build
packaging==23.2
# via
Expand All @@ -32,7 +32,7 @@ zipp==3.17.0
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.1.1
# via pip-tools
setuptools==70.1.1
setuptools==70.2.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.2.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ idna==3.7
# via
# -r requirements/base.txt
# requests
importlib-metadata==7.2.1
importlib-metadata==8.0.0
# via
# keyring
# twine
Expand Down Expand Up @@ -129,7 +129,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
# via pylint
Expand All @@ -151,7 +151,7 @@ pygments==2.18.0
# rich
pyjwt==2.8.0
# via -r requirements/base.txt
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -228,7 +228,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
twine==5.1.0
twine==5.1.1
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit 695b91b

Please sign in to comment.