Skip to content

Commit

Permalink
Bump the dependencies group with 8 updates (#735)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.2.0` |
| [cachetools](https://github.com/tkem/cachetools) | `5.4.0` | `5.5.0` |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.1` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.108.5` | `6.111.2` |
| [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.6.3` |
| [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.18.0` |
| [types-setuptools](https://github.com/python/typeshed) | `71.1.0.20240726` | `74.0.0.20240831` |


Updates `attrs` from 23.2.0 to 24.2.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `cachetools` from 5.4.0 to 5.5.0
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.4.0...v5.5.0)

Updates `coverage[toml]` from 7.6.0 to 7.6.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.0...7.6.1)

Updates `hypothesis` from 6.108.5 to 6.111.2
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.108.5...hypothesis-python-6.111.2)

Updates `mypy` from 1.11.1 to 1.11.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.1...v1.11.2)

Updates `ruff` from 0.5.5 to 0.6.3
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.5...0.6.3)

Updates `tox` from 4.16.0 to 4.18.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.16.0...4.18.0)

Updates `types-setuptools` from 71.1.0.20240726 to 74.0.0.20240831
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: cachetools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: coverage[toml]
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 776b7a2 commit ecad4ca
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit ecad4ca

Please sign in to comment.