build(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/18/head
dependabot[bot] 2023-05-25 10:03:53 +00:00 committed by GitHub
parent 950dd67205
commit 2909c49c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
# This file is automatically @generated by Poetry and should not be changed by hand.
[[package]]
name = "attrs"
@ -661,14 +661,14 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
[[package]]
name = "pytest-cov"
version = "4.0.0"
version = "4.1.0"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
files = [
{file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"},
{file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"},
{file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"},
{file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"},
]
[package.dependencies]
@ -834,9 +834,9 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[extras]
remote = ["requests"]
webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"]
webui = ["flask-nav", "Flask", "Flask-Bootstrap", "Flask-WTF"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "c7d7d97d766962a8a02af2955f84b2d51994a89d6611d2ff085f470bb5456db8"
content-hash = "9b5938d946f8339a19ef947b02e449e7a3f9a647b037629baafcc21f5bf7109f"

View File

@ -39,7 +39,7 @@ remote = ["requests"]
jsonschema = "^4.17.3"
mypy = "^1.3.0"
types-requests = "^2.31.0.0"
pytest-cov = "^4.0.0"
pytest-cov = "^4.1.0"
[tool.poetry.scripts]
pytaxonomies = 'pytaxonomies.script:main'