Skip to content

Commit

Permalink
Bump the pip group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates: [black](https://github.com/psf/black) and [pytest](https://github.com/pytest-dev/pytest).


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

Updates `pytest` from 7.4.2 to 7.4.3
- [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.2...7.4.3)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest
  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 Oct 28, 2023
1 parent 25f3b15 commit 23937cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ qbittorrentapi =

[options.extras_require]
dev =
black == 23.10.0
black == 23.10.1
build == 1.0.3
coverage[toml] == 7.3.2
furo == 2023.9.10
mypy == 1.6.1; platform_python_implementation != "PyPy"
pre-commit == 3.5.0
pytest == 7.4.2
pytest == 7.4.3
sphinx == 7.2.6; python_version >= "3.9"
sphinx-copybutton == 0.5.2
sphinxcontrib-spelling == 8.0.0
Expand Down

0 comments on commit 23937cb

Please sign in to comment.