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 #320

Merged
merged 1 commit into from
Jun 21, 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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.5.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.15.3
# via
# tox
# virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ execnet==2.1.1
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.15.1
filelock==3.15.3
# via
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.103.1
hypothesis==6.103.2
# via -r requirements/doc.txt
idna==3.7
# via
Expand All @@ -121,7 +121,7 @@ imagesize==1.4.1
# via
# -r requirements/doc.txt
# sphinx
importlib-metadata==7.1.0
importlib-metadata==7.2.0
# via
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -190,7 +190,7 @@ pluggy==1.5.0
# -r requirements/doc.txt
# pytest
# tox
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/doc.txt
pydata-sphinx-theme==0.14.4
# via
Expand Down Expand Up @@ -342,7 +342,7 @@ typing-extensions==4.12.2
# mypy
# pydata-sphinx-theme
# pylint
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/doc.txt
# requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.103.1
hypothesis==6.103.2
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -98,7 +98,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.txt
pylint==3.2.3
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.103.1
hypothesis==6.103.2
# via -r requirements/test.txt
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
importlib-metadata==7.2.0
# via sphinx
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -128,7 +128,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.txt
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
Expand Down Expand Up @@ -240,7 +240,7 @@ typing-extensions==4.12.2
# mypy
# pydata-sphinx-theme
# pylint
urllib3==2.2.1
urllib3==2.2.2
# via requests
zipp==3.19.2
# via importlib-metadata
2 changes: 1 addition & 1 deletion 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.1.0
importlib-metadata==7.2.0
# via build
packaging==24.1
# via build
Expand Down
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.0
pip==24.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.1.0
# 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 @@ -39,7 +39,7 @@ exceptiongroup==1.2.1
# pytest
execnet==2.1.1
# via pytest-xdist
hypothesis==6.103.1
hypothesis==6.103.2
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -67,7 +67,7 @@ platformdirs==4.2.2
# via pylint
pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.in
pylint==3.2.3
# via
Expand Down
Loading