Skip to content

Commit

Permalink
Bump the development-dependencies group with 3 updates (#724)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: [ruff](https://github.com/astral-sh/ruff), [kinto-http](https://github.com/Kinto/kinto-http.py) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `ruff` from 0.8.2 to 0.8.3
- [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.2...0.8.3)

Updates `kinto-http` from 11.7.0 to 11.7.1
- [Release notes](https://github.com/Kinto/kinto-http.py/releases)
- [Changelog](https://github.com/Kinto/kinto-http.py/blob/main/CHANGELOG.rst)
- [Commits](Kinto/kinto-http.py@11.7.0...11.7.1)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent b5306d7 commit 45841c0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 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 @@ -88,7 +88,7 @@ pytest = "8.3.4"
webtest = "3.0.2"
coverage = "7.6.9"
detect-secrets = "^1.5.0"
ruff = "^0.8.2"
ruff = "^0.8.3"

[tool.poetry.group.browser-tests]
optional = true
Expand All @@ -98,9 +98,9 @@ aiohttp = "3.11.10"
autograph-utils = "1.0.1"
canonicaljson-rs = "0.6.0"
httpie = "3.2.4"
kinto-http = "11.7.0"
kinto-http = "11.7.1"
pytest = "8.3.4"
pytest-asyncio = "0.24.0"
pytest-asyncio = "0.25.0"
webtest = "3.0.2"
playwright = "1.49.1"
pytest-playwright = "0.6.2"
Expand Down

0 comments on commit 45841c0

Please sign in to comment.