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 [pylint](https://github.com/pylint-dev/pylint).


Updates `pytest` from 8.2.1 to 8.2.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.2.1...8.2.2)

Updates `pylint` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jun 10, 2024
1 parent 1f66a4b commit 51b636f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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,11 +21,11 @@ Pygments = "^2.6.1"

[tool.poetry.dev-dependencies]
pytest-cov = "^5.0.0"
pytest = "^8.2.1"
pytest = "^8.2.2"
pytest-mock = "^3.14.0"
pytest-vcr = "^1.0.2"
black = "^24.4.2"
pylint = "^3.2.2"
pylint = "^3.2.3"
pytest-gevent = "^1.1.0"

[tool.poetry.urls]
Expand Down

0 comments on commit 51b636f

Please sign in to comment.