From 706bf4cdf561c1d987253a5b52262a264ff4742e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:25:45 +0700 Subject: [PATCH] Bump the dependencies group with 10 updates (#640) Bumps the dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [pygments](https://github.com/pygments/pygments) | `2.16.1` | `2.17.2` | | [black](https://github.com/psf/black) | `23.10.1` | `23.11.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.88.1` | `6.91.0` | | [mypy](https://github.com/python/mypy) | `1.6.1` | `1.7.1` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `3.11.0` | `4.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.3` | `0.1.6` | | [tox](https://github.com/tox-dev/tox) | `4.11.3` | `4.11.4` | | [types-pygments](https://github.com/python/typeshed) | `2.16.0.0` | `2.17.0.0` | | [types-setuptools](https://github.com/python/typeshed) | `68.2.0.0` | `69.0.0.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.24.6` | `20.24.7` | Updates `pygments` from 2.16.1 to 2.17.2 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.16.1...2.17.2) Updates `black` from 23.10.1 to 23.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.10.1...23.11.0) Updates `hypothesis` from 6.88.1 to 6.91.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.88.1...hypothesis-python-6.91.0) Updates `mypy` from 1.6.1 to 1.7.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.1) Updates `platformdirs` from 3.11.0 to 4.0.0 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/3.11.0...4.0.0) Updates `ruff` from 0.1.3 to 0.1.6 - [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.3...v0.1.6) Updates `tox` from 4.11.3 to 4.11.4 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.11.3...4.11.4) Updates `types-pygments` from 2.16.0.0 to 2.17.0.0 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 68.2.0.0 to 69.0.0.0 - [Commits](https://github.com/python/typeshed/commits) Updates `virtualenv` from 20.24.6 to 20.24.7 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/20.24.7/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.24.6...20.24.7) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: black 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-minor dependency-group: dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: platformdirs dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: types-pygments 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 - dependency-name: virtualenv 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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3119f405..a26f845e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ attrs==23.1.0 # via # hypothesis # pytest -black==23.10.1 +black==23.11.0 # via pdoc (pyproject.toml) cachetools==5.3.2 # via tox @@ -26,7 +26,7 @@ filelock==3.13.1 # via # tox # virtualenv -hypothesis==6.88.1 +hypothesis==6.91.0 # via pdoc (pyproject.toml) iniconfig==2.0.0 # via pytest @@ -36,7 +36,7 @@ markupsafe==2.1.3 # via # jinja2 # pdoc (pyproject.toml) -mypy==1.6.1 +mypy==1.7.1 # via pdoc (pyproject.toml) mypy-extensions==1.0.0 # via @@ -50,7 +50,7 @@ packaging==23.2 # tox pathspec==0.11.2 # via black -platformdirs==3.11.0 +platformdirs==4.0.0 # via # black # tox @@ -59,7 +59,7 @@ pluggy==1.3.0 # via # pytest # tox -pygments==2.16.1 +pygments==2.17.2 # via pdoc (pyproject.toml) pyproject-api==1.6.1 # via tox @@ -72,21 +72,21 @@ pytest-cov==4.1.0 # via pdoc (pyproject.toml) pytest-timeout==2.2.0 # via pdoc (pyproject.toml) -ruff==0.1.3 +ruff==0.1.6 # via pdoc (pyproject.toml) sortedcontainers==2.4.0 # via hypothesis -tox==4.11.3 +tox==4.11.4 # via pdoc (pyproject.toml) types-docutils==0.20.0.3 # via # types-pygments # types-setuptools -types-pygments==2.16.0.0 +types-pygments==2.17.0.0 # via pdoc (pyproject.toml) -types-setuptools==68.2.0.0 +types-setuptools==69.0.0.0 # via types-pygments typing-extensions==4.8.0 # via mypy -virtualenv==20.24.6 +virtualenv==20.24.7 # via tox