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 dependencies group with 8 updates #735

Merged
merged 1 commit into from
Sep 1, 2024
Merged
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
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile --all-extras --allow-unsafe --output-file=requirements-dev.txt pyproject.toml
#
attrs==23.2.0
attrs==24.2.0
# via hypothesis
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via pytest-cov
distlib==0.3.8
# via virtualenv
filelock==3.15.4
# via
# tox
# virtualenv
hypothesis==6.108.5
hypothesis==6.111.2
# via pdoc (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand All @@ -30,7 +30,7 @@ markupsafe==2.1.5
# via
# jinja2
# pdoc (pyproject.toml)
mypy==1.11.1
mypy==1.11.2
# via pdoc (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -62,17 +62,17 @@ pytest-cov==5.0.0
# via pdoc (pyproject.toml)
pytest-timeout==2.3.1
# via pdoc (pyproject.toml)
ruff==0.5.5
ruff==0.6.3
# via pdoc (pyproject.toml)
sortedcontainers==2.4.0
# via hypothesis
tox==4.16.0
tox==4.18.0
# via pdoc (pyproject.toml)
types-docutils==0.21.0.20240724
# via types-pygments
types-pygments==2.18.0.20240506
# via pdoc (pyproject.toml)
types-setuptools==71.1.0.20240726
types-setuptools==74.0.0.20240831
# via types-pygments
typing-extensions==4.12.2
# via mypy
Expand Down