Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [attrs](https://github.com/sponsors/hynek) | `23.1.0` | `23.2.0` |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.3.2` | `7.4.0` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.92.0` | `6.92.2` |
| [mypy](https://github.com/python/mypy) | `1.7.1` | `1.8.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `7.4.4` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.8` | `0.1.9` |


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

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

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

Updates `mypy` from 1.7.1 to 1.8.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.7.1...v1.8.0)

Updates `pytest` from 7.4.3 to 7.4.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.3...7.4.4)

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

---
updated-dependencies:
- dependency-name: attrs
  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-minor
  dependency-group: dependencies
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  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-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent deae4c6 commit 895dae1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile --all-extras --allow-unsafe --output-file=requirements-dev.txt pyproject.toml
#
attrs==23.1.0
attrs==23.2.0
# via hypothesis
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage[toml]==7.3.2
coverage[toml]==7.4.0
# via pytest-cov
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
# tox
# virtualenv
hypothesis==6.92.0
hypothesis==6.92.2
# via pdoc (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand All @@ -30,7 +30,7 @@ markupsafe==2.1.3
# via
# jinja2
# pdoc (pyproject.toml)
mypy==1.7.1
mypy==1.8.0
# via pdoc (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand All @@ -53,7 +53,7 @@ pygments==2.17.2
# via pdoc (pyproject.toml)
pyproject-api==1.6.1
# via tox
pytest==7.4.3
pytest==7.4.4
# via
# pdoc (pyproject.toml)
# pytest-cov
Expand All @@ -62,7 +62,7 @@ pytest-cov==4.1.0
# via pdoc (pyproject.toml)
pytest-timeout==2.2.0
# via pdoc (pyproject.toml)
ruff==0.1.8
ruff==0.1.9
# via pdoc (pyproject.toml)
sortedcontainers==2.4.0
# via hypothesis
Expand Down

0 comments on commit 895dae1

Please sign in to comment.