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

Python Requirements Update #267

Closed
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
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/doc.txt
Expand Down Expand Up @@ -95,7 +96,7 @@ filelock==3.12.4
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.87.1
hypothesis==6.88.1
# via -r requirements/doc.txt
idna==3.4
# via
Expand Down Expand Up @@ -138,7 +139,7 @@ more-itertools==10.1.0
# via
# -r requirements/doc.txt
# pytest
mypy==1.5.1
mypy==1.6.1
# via -r requirements/doc.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -184,7 +185,7 @@ py==1.11.0
# pytest
# pytest-forked
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/doc.txt
pydata-sphinx-theme==0.14.1
# via
Expand Down Expand Up @@ -346,7 +347,7 @@ typing-extensions==4.8.0
# mypy
# pydata-sphinx-theme
# pylint
urllib3==2.0.6
urllib3==2.0.7
# via
# -r requirements/doc.txt
# requests
Expand Down
7 changes: 4 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
Expand All @@ -48,7 +49,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.87.1
hypothesis==6.88.1
# via -r requirements/test.txt
isort==5.12.0
# via
Expand Down Expand Up @@ -76,7 +77,7 @@ more-itertools==10.1.0
# via
# -r requirements/test.txt
# pytest
mypy==1.5.1
mypy==1.6.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -104,7 +105,7 @@ py==1.11.0
# -r requirements/test.txt
# pytest
# pytest-forked
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pylint==2.17.7
# via
Expand Down
9 changes: 5 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
Expand All @@ -67,7 +68,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.87.1
hypothesis==6.88.1
# via -r requirements/test.txt
idna==3.4
# via requests
Expand Down Expand Up @@ -102,7 +103,7 @@ more-itertools==10.1.0
# via
# -r requirements/test.txt
# pytest
mypy==1.5.1
mypy==1.6.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -134,7 +135,7 @@ py==1.11.0
# -r requirements/test.txt
# pytest
# pytest-forked
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
Expand Down Expand Up @@ -254,7 +255,7 @@ typing-extensions==4.8.0
# mypy
# pydata-sphinx-theme
# pylint
urllib3==2.0.6
urllib3==2.0.7
# via requests
wcwidth==0.2.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# 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 @@ exceptiongroup==1.1.3
# via hypothesis
execnet==2.0.2
# via pytest-xdist
hypothesis==6.87.1
hypothesis==6.88.1
# via -r requirements/test.in
isort==5.12.0
# via pylint
Expand All @@ -51,7 +51,7 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.1.0
# via pytest
mypy==1.5.1
mypy==1.6.1
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -71,7 +71,7 @@ py==1.11.0
# via
# pytest
# pytest-forked
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.in
pylint==2.17.7
# via
Expand Down
Loading