Merge pull request #1 from TheLovinator1/dependabot/pip/pytest-7.0.1

Bump pytest from 7.0.0 to 7.0.1
This commit is contained in:
2022-02-14 07:44:17 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -377,7 +377,7 @@ diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "pytest"
version = "7.0.0"
version = "7.0.1"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
@ -551,7 +551,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "1e1020843986ae59d33ff24583db213edc34055a5bab8e5d14bb546029a42b23"
content-hash = "85820d02094b9594da890a2bb13a269b6c128e862a279be1ead9a540b084816f"
[metadata.files]
aiohttp = [
@ -913,8 +913,8 @@ pyparsing = [
{file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
]
pytest = [
{file = "pytest-7.0.0-py3-none-any.whl", hash = "sha256:42901e6bd4bd4a0e533358a86e848427a49005a3256f657c5c8f8dd35ef137a9"},
{file = "pytest-7.0.0.tar.gz", hash = "sha256:dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11"},
{file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"},
{file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"},
]
pyyaml = [
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},

View File

@ -11,7 +11,7 @@ typer = {extras = ["all"], version = "^0.4.0"}
dhooks = "^1.1.4"
[tool.poetry.dev-dependencies]
pytest = "^7.0.0"
pytest = "^7.0.1"
bandit = "^1.7.2"
flake8 = "^4.0.1"
mypy = "^0.931"