Skip to content

Commit

Permalink
chore(deps): Update pytest to v7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKastak committed Mar 27, 2023
1 parent ffca073 commit ba15b19
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions plugins/yls-yara/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 plugins/yls-yara/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ python = ">=3.8,<3.12"
yara-python = "^4.2.0"
yls = "^1.3.2"

[tool.poetry.dev-dependencies]
pytest = "^7.2.1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
8 changes: 4 additions & 4 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bandit = "^1.7.4"
black = "^22.3.0"
isort = "^5.10.1"
poethepoet = "^0.13.1"
pytest = "^7.1.2"
pytest = "^7.2.2"
pytest-asyncio = "^0.18.3"
pytest-black = "^0.3.12"
pytest-cov = "^3.0.0"
Expand Down
10 changes: 5 additions & 5 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.1.2"
pytest = "^7.2.2"
python = ">=3.8,<3.12"
tenacity = "^8.0.1"

Expand Down

0 comments on commit ba15b19

Please sign in to comment.