From 895dae18959c7b97ab0cb9cf9aefe7baca138712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:12:23 +0000 Subject: [PATCH] Bump the dependencies group with 6 updates (#658) 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](https://github.com/nedbat/coveragepy/compare/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](https://github.com/HypothesisWorks/hypothesis/compare/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](https://github.com/python/mypy/compare/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](https://github.com/pytest-dev/pytest/compare/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](https://github.com/astral-sh/ruff/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4155eecf..c42bdf45 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # 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 @@ -12,7 +12,7 @@ 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 @@ -20,7 +20,7 @@ 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 @@ -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 @@ -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 @@ -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