Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 2 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the development-dependencies group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `ruff` from 0.8.4 to 0.9.1
- [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.8.4...0.9.1)

Updates `pytest-asyncio` from 0.25.0 to 0.25.2
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.0...v0.25.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2025
1 parent 078d4d7 commit 704ba03
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 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 @@ -88,7 +88,7 @@ pytest = "8.3.4"
webtest = "3.0.2"
coverage = "7.6.10"
detect-secrets = "^1.5.0"
ruff = "^0.8.4"
ruff = "^0.9.1"

[tool.poetry.group.browser-tests]
optional = true
Expand All @@ -100,7 +100,7 @@ canonicaljson-rs = "0.6.0"
httpie = "3.2.4"
kinto-http = "11.7.1"
pytest = "8.3.4"
pytest-asyncio = "0.25.0"
pytest-asyncio = "0.25.2"
webtest = "3.0.2"
playwright = "1.49.1"
pytest-playwright = "0.6.2"
Expand Down

0 comments on commit 704ba03

Please sign in to comment.