Skip to content

Commit

Permalink
Bump the pip group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 3 updates: [black](https://github.com/psf/black), [mypy](https://github.com/python/mypy) and [types-requests](https://github.com/python/typeshed).


Updates `black` from 23.9.1 to 23.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.9.1...23.10.0)

Updates `mypy` from 1.6.0 to 1.6.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.6.0...v1.6.1)

Updates `types-requests` from 2.31.0.9 to 2.31.0.10
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rmartin16 committed Oct 21, 2023
1 parent 1b9d62f commit 02dd2d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ qbittorrentapi =

[options.extras_require]
dev =
black == 23.9.1
black == 23.10.0
build == 1.0.3
coverage[toml] == 7.3.2
furo == 2023.9.10
mypy == 1.6.0; platform_python_implementation != "PyPy"
mypy == 1.6.1; platform_python_implementation != "PyPy"
pre-commit == 3.5.0
pytest == 7.4.2
sphinx == 7.2.6; python_version >= "3.9"
Expand All @@ -69,7 +69,7 @@ dev =
sphinx-autodoc-typehints == 1.24.0
tox == 4.11.3
twine == 4.0.2
types-requests == 2.31.0.9
types-requests == 2.31.0.10
types-six == 1.16.21.9

[options.packages.find]
Expand Down

0 comments on commit 02dd2d8

Please sign in to comment.