Skip to content

Commit

Permalink
Bump the development-dependencies group with 4 updates (#636)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 4 updates: [ruff](https://github.com/astral-sh/ruff), [kinto-http](https://github.com/Kinto/kinto-http.py), [playwright](https://github.com/Microsoft/playwright-python) and [pytest-playwright](https://github.com/microsoft/playwright-pytest).


Updates `ruff` from 0.5.0 to 0.5.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.5.0...0.5.1)

Updates `kinto-http` from 11.1.0 to 11.2.0
- [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.1.0...11.2.0)

Updates `playwright` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.44.0...v1.45.0)

Updates `pytest-playwright` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/microsoft/playwright-pytest/releases)
- [Commits](microsoft/playwright-pytest@v0.5.0...v0.5.1)

---
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-minor
  dependency-group: development-dependencies
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pytest-playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 34e75e9 commit 679b7ea
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
68 changes: 34 additions & 34 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pytest = "8.2.2"
webtest = "3.0.0"
coverage = "7.5.4"
detect-secrets = "^1.5.0"
ruff = "^0.5.0"
ruff = "^0.5.1"

[tool.poetry.group.browser-tests]
optional = true
Expand All @@ -98,12 +98,12 @@ aiohttp = "3.9.5"
autograph-utils = "0.3.0"
canonicaljson-rs = "0.6.0"
httpie = "3.2.2"
kinto-http = "11.1.0"
kinto-http = "11.2.0"
pytest = "8.2.2"
pytest-asyncio = "0.23.7"
webtest = "3.0.0"
playwright = "^1.44.0"
pytest-playwright = "^0.5.0"
playwright = "^1.45.0"
pytest-playwright = "^0.5.1"
nest_asyncio="^1.6.0"

[tool.poetry.group.docs]
Expand Down

0 comments on commit 679b7ea

Please sign in to comment.