Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #339

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ coverage==7.6.1
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.0
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.2
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.18.0
tox==4.18.1
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ beautifulsoup4==4.12.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
build==1.2.1
build==1.2.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -101,12 +101,12 @@ execnet==2.1.1
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.15.4
filelock==3.16.0
# via
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.111.2
hypothesis==6.112.0
# via -r requirements/doc.txt
idna==3.8
# via
Expand Down Expand Up @@ -166,7 +166,7 @@ pbr==6.1.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.2
platformdirs==4.3.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -305,7 +305,7 @@ tomlkit==0.13.2
# via
# -r requirements/doc.txt
# pylint
tox==4.18.0
tox==4.18.1
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand All @@ -316,7 +316,7 @@ urllib3==2.2.2
# via
# -r requirements/doc.txt
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.111.2
hypothesis==6.112.0
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -85,7 +85,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -125,7 +125,7 @@ pytest==8.3.2
# pytest-xdist
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/django-test.in
pytest-xdist==3.6.1
# via -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.111.2
hypothesis==6.112.0
# via -r requirements/test.txt
idna==3.8
# via requests
Expand Down Expand Up @@ -113,7 +113,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via
# -r requirements/test.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.0.0
setuptools==74.1.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ edx-lint==5.4.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.111.2
hypothesis==6.112.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand All @@ -59,7 +59,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via pylint
pluggy==1.5.0
# via pytest
Expand Down