Skip to content

Commit

Permalink
Bump the dependencies group with 10 updates (#640)
Browse files Browse the repository at this point in the history
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](pygments/pygments@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](psf/black@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](HypothesisWorks/hypothesis@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](python/mypy@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](tox-dev/platformdirs@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](astral-sh/ruff@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](tox-dev/tox@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](pypa/virtualenv@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 2dfbb4f commit 706bf4c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 706bf4c

Please sign in to comment.