Loading poetry.lock +8 −8 Original line number Diff line number Diff line Loading @@ -330,20 +330,20 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-env" version = "0.8.2" description = "py.test plugin that allows you to add environment variables." version = "1.1.3" description = "pytest plugin that allows you to add environment variables." optional = false python-versions = ">=3.7" python-versions = ">=3.8" files = [ {file = "pytest_env-0.8.2-py3-none-any.whl", hash = "sha256:5e533273f4d9e6a41c3a3120e0c7944aae5674fa773b329f00a5eb1f23c53a38"}, {file = "pytest_env-0.8.2.tar.gz", hash = "sha256:baed9b3b6bae77bd75b9238e0ed1ee6903a42806ae9d6aeffb8754cd5584d4ff"}, {file = "pytest_env-1.1.3-py3-none-any.whl", hash = "sha256:aada77e6d09fcfb04540a6e462c58533c37df35fa853da78707b17ec04d17dfc"}, {file = "pytest_env-1.1.3.tar.gz", hash = "sha256:fcd7dc23bb71efd3d35632bde1bbe5ee8c8dc4489d6617fb010674880d96216b"}, ] [package.dependencies] pytest = ">=7.3.1" pytest = ">=7.4.3" [package.extras] test = ["coverage (>=7.2.7)", "pytest-mock (>=3.10)"] test = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "pytest-mock (>=3.12)"] [[package]] name = "python-gitlab" Loading Loading @@ -456,4 +456,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" content-hash = "c68f1d33d072491e1efeacd8e67dfff588328564c23d3330cb5c72479a1cdcfd" content-hash = "83d002618982fea3be2ccd8c716cef670f34dc4ba73d1ac8996d02d787eb339a" pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ python-gitlab = "^4.4.0" # new development dependencies can be added with 'poetry add -D yyy' pytest = "^7.0.0" pytest-cov = "^5.0.0" pytest-env = "^0.8.0" pytest-env = "^1.0.0" mypy = "^1.0.0" ruff = "^0.4.1" Loading Loading
poetry.lock +8 −8 Original line number Diff line number Diff line Loading @@ -330,20 +330,20 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-env" version = "0.8.2" description = "py.test plugin that allows you to add environment variables." version = "1.1.3" description = "pytest plugin that allows you to add environment variables." optional = false python-versions = ">=3.7" python-versions = ">=3.8" files = [ {file = "pytest_env-0.8.2-py3-none-any.whl", hash = "sha256:5e533273f4d9e6a41c3a3120e0c7944aae5674fa773b329f00a5eb1f23c53a38"}, {file = "pytest_env-0.8.2.tar.gz", hash = "sha256:baed9b3b6bae77bd75b9238e0ed1ee6903a42806ae9d6aeffb8754cd5584d4ff"}, {file = "pytest_env-1.1.3-py3-none-any.whl", hash = "sha256:aada77e6d09fcfb04540a6e462c58533c37df35fa853da78707b17ec04d17dfc"}, {file = "pytest_env-1.1.3.tar.gz", hash = "sha256:fcd7dc23bb71efd3d35632bde1bbe5ee8c8dc4489d6617fb010674880d96216b"}, ] [package.dependencies] pytest = ">=7.3.1" pytest = ">=7.4.3" [package.extras] test = ["coverage (>=7.2.7)", "pytest-mock (>=3.10)"] test = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "pytest-mock (>=3.12)"] [[package]] name = "python-gitlab" Loading Loading @@ -456,4 +456,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" content-hash = "c68f1d33d072491e1efeacd8e67dfff588328564c23d3330cb5c72479a1cdcfd" content-hash = "83d002618982fea3be2ccd8c716cef670f34dc4ba73d1ac8996d02d787eb339a"
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ python-gitlab = "^4.4.0" # new development dependencies can be added with 'poetry add -D yyy' pytest = "^7.0.0" pytest-cov = "^5.0.0" pytest-env = "^0.8.0" pytest-env = "^1.0.0" mypy = "^1.0.0" ruff = "^0.4.1" Loading