Skip to content

Commit

Permalink
Bump the development-dependencies group with 3 updates (#645)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [playwright](https://github.com/Microsoft/playwright-python).


Updates `pytest` from 8.3.1 to 8.3.2
- [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.1...8.3.2)

Updates `ruff` from 0.5.4 to 0.5.5
- [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.4...0.5.5)

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

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: 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 29, 2024
1 parent 0f7aacb commit 38a9c70
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
62 changes: 31 additions & 31 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 @@ -84,11 +84,11 @@ uwsgi = "2.0.26"
kinto-remote-settings = {path = "./kinto-remote-settings", develop = true}

[tool.poetry.group.dev.dependencies]
pytest = "8.3.1"
pytest = "8.3.2"
webtest = "3.0.0"
coverage = "7.6.0"
detect-secrets = "^1.5.0"
ruff = "^0.5.4"
ruff = "^0.5.5"

[tool.poetry.group.browser-tests]
optional = true
Expand All @@ -99,10 +99,10 @@ autograph-utils = "0.3.0"
canonicaljson-rs = "0.6.0"
httpie = "3.2.3"
kinto-http = "11.2.0"
pytest = "8.3.1"
pytest = "8.3.2"
pytest-asyncio = "0.23.8"
webtest = "3.0.0"
playwright = "^1.45.0"
playwright = "^1.45.1"
pytest-playwright = "^0.5.1"
nest_asyncio="^1.6.0"

Expand Down

0 comments on commit 38a9c70

Please sign in to comment.