Skip to content

Commit

Permalink
chore(deps): Bump pytest from 7.2.2 to 8.1.1 in /pytest-yls
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.2.2...8.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 30, 2024
1 parent 7a98a89 commit 6deecd5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 42 deletions.
54 changes: 13 additions & 41 deletions pytest-yls/poetry.lock

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

2 changes: 1 addition & 1 deletion pytest-yls/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
include = ["py.typed", "LICENSE"]

[tool.poetry.dependencies]
pytest = "^7.2.2"
pytest = ">=7.2.2,<9.0.0"
python = "^3.8"
tenacity = "^8.0.1"

Expand Down

0 comments on commit 6deecd5

Please sign in to comment.