mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-24 12:00:42 +00:00
chore(deps): update dependency pytest to v7.0.1
This commit is contained in:
parent
dbbb6f7f80
commit
6f7b7458af
8
poetry.lock
generated
8
poetry.lock
generated
@ -429,7 +429,7 @@ diagrams = ["jinja2", "railroad-diagrams"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest"
|
name = "pytest"
|
||||||
version = "7.0.0"
|
version = "7.0.1"
|
||||||
description = "pytest: simple powerful testing with Python"
|
description = "pytest: simple powerful testing with Python"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
@ -637,7 +637,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "35f9f46d2d248d9d8e524bb70830e7a1d24fda11cf811ebe7947fd76061042ea"
|
content-hash = "885c6ba7d12ff15fde463e74e0fd17e0ba4dc8f381ff898d92ca9a23e4585c6b"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
atomicwrites = [
|
atomicwrites = [
|
||||||
@ -895,8 +895,8 @@ pyparsing = [
|
|||||||
{file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
|
{file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
|
||||||
]
|
]
|
||||||
pytest = [
|
pytest = [
|
||||||
{file = "pytest-7.0.0-py3-none-any.whl", hash = "sha256:42901e6bd4bd4a0e533358a86e848427a49005a3256f657c5c8f8dd35ef137a9"},
|
{file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"},
|
||||||
{file = "pytest-7.0.0.tar.gz", hash = "sha256:dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11"},
|
{file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"},
|
||||||
]
|
]
|
||||||
pytest-cov = [
|
pytest-cov = [
|
||||||
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
|
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
|
||||||
|
@ -54,7 +54,7 @@ flake8-quotes = "3.3.1"
|
|||||||
pdoc3 = "0.10.0"
|
pdoc3 = "0.10.0"
|
||||||
pep8-naming = "0.12.1"
|
pep8-naming = "0.12.1"
|
||||||
pydocstyle = "6.1.1"
|
pydocstyle = "6.1.1"
|
||||||
pytest = "7.0.0"
|
pytest = "7.0.1"
|
||||||
pytest-cov = "3.0.0"
|
pytest-cov = "3.0.0"
|
||||||
pytest-mock = "3.7.0"
|
pytest-mock = "3.7.0"
|
||||||
requests-mock = "1.9.3"
|
requests-mock = "1.9.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user