Skip to content

Commit

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


Updates `pytest` from 7.4.4 to 8.0.0
- [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.4...8.0.0)

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

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brndnmtthws committed Jan 29, 2024
1 parent 28cad6f commit 3ace3ea
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
66 changes: 33 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Pygments = "^2.6.1"

[tool.poetry.dev-dependencies]
pytest-cov = "^4.1.0"
pytest = "^7.4.4"
pytest = "^8.0.0"
pytest-mock = "^3.12.0"
pytest-vcr = "^1.0.2"
black = "^23.12.1"
black = "^24.1.1"
pylint = "^3.0.3"
pytest-gevent = "^1.1.0"

Expand Down

0 comments on commit 3ace3ea

Please sign in to comment.