Loading poetry.lock +7 −7 Original line number Diff line number Diff line Loading @@ -324,23 +324,23 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pytest" version = "7.4.4" version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" python-versions = ">=3.8" files = [ {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" pluggy = ">=0.12,<2.0" pluggy = ">=1.5,<2.0" [package.extras] testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" Loading Loading @@ -499,4 +499,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" content-hash = "8ca7595ef0d181dd6107714ce9b65acdba01bce14d9dcd307603021313813803" content-hash = "2e2398dd430243461bd0a80eeaa58b729e4bedafea63d3207e0cd475c9b7406f" pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ gitpython = "^3.1.43" [tool.poetry.group.dev.dependencies] # new development dependencies can be added with 'poetry add -D yyy' pytest = "^7.0.0" pytest = "^8.0.0" pytest-cov = "^4.0.0" pytest-env = "^1.0.0" mypy = "^1.0.0" Loading Loading
poetry.lock +7 −7 Original line number Diff line number Diff line Loading @@ -324,23 +324,23 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pytest" version = "7.4.4" version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" python-versions = ">=3.8" files = [ {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" pluggy = ">=0.12,<2.0" pluggy = ">=1.5,<2.0" [package.extras] testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" Loading Loading @@ -499,4 +499,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" content-hash = "8ca7595ef0d181dd6107714ce9b65acdba01bce14d9dcd307603021313813803" content-hash = "2e2398dd430243461bd0a80eeaa58b729e4bedafea63d3207e0cd475c9b7406f"
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ gitpython = "^3.1.43" [tool.poetry.group.dev.dependencies] # new development dependencies can be added with 'poetry add -D yyy' pytest = "^7.0.0" pytest = "^8.0.0" pytest-cov = "^4.0.0" pytest-env = "^1.0.0" mypy = "^1.0.0" Loading