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

Merged
merged 1 commit into from
Sep 16, 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 @@ -22,7 +22,7 @@ packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.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,9 +106,9 @@ filelock==3.16.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.112.0
hypothesis==6.112.1
# via -r requirements/doc.txt
idna==3.8
idna==3.10
# via
# -r requirements/doc.txt
# requests
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.3.2
platformdirs==4.3.3
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -223,7 +223,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/doc.txt
# pytest-cov
Expand Down Expand Up @@ -312,7 +312,7 @@ typing-extensions==4.12.2
# -r requirements/doc.txt
# mypy
# pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/doc.txt
# requests
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.112.0
hypothesis==6.112.1
# 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.3.2
platformdirs==4.3.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -117,7 +117,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.8.0
# via -r requirements/test.txt
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.112.0
hypothesis==6.112.1
# via -r requirements/test.txt
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -113,7 +113,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -153,7 +153,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.8.0
# via -r requirements/test.txt
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -222,5 +222,5 @@ typing-extensions==4.12.2
# -r requirements/test.txt
# mypy
# pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via requests
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.1.2
setuptools==75.0.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 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.112.0
hypothesis==6.112.1
# 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.3.2
platformdirs==4.3.3
# via pylint
pluggy==1.5.0
# via pytest
Expand All @@ -81,7 +81,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.8.0
# via -r requirements/base.txt
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down