Skip to content

Commit 736505c

Browse files
Bump the minor-patch group with 2 updates
Bumps the minor-patch group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest` from 8.3.5 to 8.4.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@8.3.5...8.4.0) Updates `ruff` from 0.11.12 to 0.11.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.12...0.11.13) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.11.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60caf18 commit 736505c

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

poetry.lock

Lines changed: 29 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ coverage = {extras = ["toml"], version = "^7.8"}
2828
mypy = "^1.16"
2929
detect-secrets = "^1.5.0"
3030
bandit = "^1.8.3"
31-
pytest = "^8.3.5"
31+
pytest = "^8.4.0"
3232
yamllint = "^1.37.1"
3333
pytest-dotenv = "^0.5.2"
3434
types-requests = "^2.32.0"
3535
responses = "^0.25.7"
3636
httpx = "^0.28.1"
3737
factory-boy = "^3.3.3"
3838
pytest-factoryboy = "^2.7.0"
39-
ruff = "^0.11.12"
39+
ruff = "^0.11.13"
4040
pytest-mock = "^3.14.1"
4141
pytest-asyncio = "^0.26.0"
4242

0 commit comments

Comments
 (0)