Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates (#662)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [pytest-playwright](https://github.com/microsoft/playwright-pytest).


Updates `ruff` from 0.6.3 to 0.6.4
- [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.6.3...0.6.4)

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

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Sep 9, 2024
1 parent 6140990 commit fa96d69
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.2"
webtest = "3.0.1"
coverage = "7.6.1"
detect-secrets = "^1.5.0"
ruff = "^0.6.3"
ruff = "^0.6.4"

[tool.poetry.group.browser-tests]
optional = true
Expand All @@ -103,7 +103,7 @@ pytest = "8.3.2"
pytest-asyncio = "0.24.0"
webtest = "3.0.1"
playwright = "^1.46.0"
pytest-playwright = "^0.5.1"
pytest-playwright = "^0.5.2"
nest_asyncio="^1.6.0"

[tool.poetry.group.docs]
Expand Down

0 comments on commit fa96d69

Please sign in to comment.