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

Bump the python-requirements group in /requirements with 6 updates #1305

Merged
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
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ blinker==1.7.0
# via -r tests.in
build==1.0.3
# via pip-tools
cachetools==5.3.1
cachetools==5.3.2
# via tox
certifi==2023.7.22
# via requests
Expand All @@ -34,7 +34,7 @@ distlib==0.3.7
# via virtualenv
docutils==0.20.1
# via sphinx
filelock==3.12.3
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -52,13 +52,13 @@ jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
# via jinja2
mypy==1.7.1
mypy==1.8.0
# via -r mypy.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# build
# pallets-sphinx-themes
Expand All @@ -70,23 +70,23 @@ pallets-sphinx-themes==2.1.1
# via -r docs.in
pip-tools==7.3.0
# via -r dev.in
platformdirs==3.10.0
platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
# via
# pytest
# tox
pre-commit==3.5.0
pre-commit==3.6.0
# via -r dev.in
pygments==2.16.1
# via sphinx
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
pytest==7.4.4
# via
# -r mypy.in
# -r tests.in
Expand Down Expand Up @@ -126,17 +126,17 @@ sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sqlalchemy==2.0.23
sqlalchemy==2.0.25
# via -r mypy.in
tox==4.11.4
tox==4.12.0
# via -r dev.in
typing-extensions==4.7.1
# via
# mypy
# sqlalchemy
urllib3==2.0.7
# via requests
virtualenv==20.24.5
virtualenv==20.25.0
# via
# pre-commit
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ greenlet==2.0.2
# via sqlalchemy
iniconfig==2.0.0
# via pytest
mypy==1.7.1
mypy==1.8.0
# via -r mypy.in
mypy-extensions==1.0.0
# via mypy
packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.3
pytest==7.4.4
# via -r mypy.in
sqlalchemy==2.0.23
sqlalchemy==2.0.25
# via -r mypy.in
typing-extensions==4.7.1
# via
Expand Down
5 changes: 2 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@
#
blinker==1.7.0
# via -r tests.in
coverage[toml]==7.3.2
coverage[toml]==7.4.0
# via
# -r tests.in
# coverage
# pytest-cov
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.3
pytest==7.4.4
# via
# -r tests.in
# pytest-cov
Expand Down