Skip to content

Commit

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


Updates `pytest` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.1...8.3.2)

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

Updates `pylint` from 3.2.6 to 3.2.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.6...v3.2.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brndnmtthws committed Sep 3, 2024
1 parent e8a39c8 commit e914ea2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

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

[tool.poetry.dev-dependencies]
pytest-cov = "^5.0.0"
pytest = "^8.3.1"
pytest = "^8.3.2"
pytest-mock = "^3.14.0"
pytest-vcr = "^1.0.2"
black = "^24.4.2"
pylint = "^3.2.6"
black = "^24.8.0"
pylint = "^3.2.7"
pytest-gevent = "^1.1.0"

[tool.poetry.urls]
Expand Down

0 comments on commit e914ea2

Please sign in to comment.