diff --git a/poetry.lock b/poetry.lock index 4cf765cf..d4c04b58 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "cfgv" version = "3.4.0" description = "Validate configuration and produce human readable error messages." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -16,7 +15,6 @@ files = [ name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -28,7 +26,6 @@ files = [ name = "coverage" version = "7.6.7" description = "Code coverage measurement for Python" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -103,7 +100,6 @@ toml = ["tomli"] name = "distlib" version = "0.3.9" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -115,7 +111,6 @@ files = [ name = "execnet" version = "2.1.1" description = "execnet: rapid multi-Python deployment" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -130,7 +125,6 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] name = "filelock" version = "3.16.1" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -147,7 +141,6 @@ typing = ["typing-extensions (>=4.12.2)"] name = "gherkin-official" version = "29.0.0" description = "Gherkin parser (official, by Cucumber team)" -category = "dev" optional = false python-versions = "*" files = [ @@ -159,7 +152,6 @@ files = [ name = "identify" version = "2.6.2" description = "File identification library for Python" -category = "dev" optional = false python-versions = ">=3.9" files = [ @@ -174,7 +166,6 @@ license = ["ukkonen"] name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -186,7 +177,6 @@ files = [ name = "mako" version = "1.3.6" description = "A super-fast templating language that borrows the best ideas from the existing templating languages." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -206,7 +196,6 @@ testing = ["pytest"] name = "markupsafe" version = "3.0.2" description = "Safely add untrusted strings to HTML/XML markup." -category = "dev" optional = false python-versions = ">=3.9" files = [ @@ -277,7 +266,6 @@ files = [ name = "mypy" version = "1.13.0" description = "Optional static typing for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -330,7 +318,6 @@ reports = ["lxml"] name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -342,7 +329,6 @@ files = [ name = "nodeenv" version = "1.9.1" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -354,7 +340,6 @@ files = [ name = "packaging" version = "24.2" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -366,7 +351,6 @@ files = [ name = "parse" version = "1.20.2" description = "parse() is the opposite of format()" -category = "dev" optional = false python-versions = "*" files = [ @@ -378,7 +362,6 @@ files = [ name = "parse-type" version = "0.6.4" description = "Simplifies to build parse types based on the parse module" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,>=2.7" files = [ @@ -399,7 +382,6 @@ testing = ["pytest (<5.0)", "pytest (>=5.0)", "pytest-html (>=1.19.0)"] name = "platformdirs" version = "4.3.6" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -416,7 +398,6 @@ type = ["mypy (>=1.11.2)"] name = "pluggy" version = "1.5.0" description = "plugin and hook calling mechanisms for python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -432,7 +413,6 @@ testing = ["pytest", "pytest-benchmark"] name = "pre-commit" version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." -category = "dev" optional = false python-versions = ">=3.9" files = [ @@ -449,14 +429,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" -category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -472,7 +451,6 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments name = "pytest-bdd" version = "8.0.0" description = "BDD for pytest" -category = "dev" optional = false python-versions = ">=3.9" files = [ @@ -493,7 +471,6 @@ typing-extensions = "*" name = "pytest-cov" version = "6.0.0" description = "Pytest plugin for measuring coverage." -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -512,7 +489,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] name = "pytest-xdist" version = "3.6.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -533,7 +509,6 @@ testing = ["filelock"] name = "pyyaml" version = "6.0.2" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -596,7 +571,6 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -608,7 +582,6 @@ files = [ name = "typing-extensions" version = "4.12.2" description = "Backported and Experimental Type Hints for Python 3.8+" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -620,7 +593,6 @@ files = [ name = "virtualenv" version = "20.27.1" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -640,4 +612,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a35b341503ad14393a39f00985649373fbd7db090812b17238727b30bc903eb3" +content-hash = "678a2c18112041963dde9670bb1bfcaeff4ba39889f1ed14d1e8940d6075fbf5" diff --git a/pyproject.toml b/pyproject.toml index 4c26115e..3cbbac40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.11" pytest-cov = "^6.0.0" [tool.poetry.dev-dependencies] -pytest = "^8.0.0" +pytest = "^8.3.4" pytest-bdd = "^8.0.0" pytest-xdist = "^3.2.0" pre-commit = "^4.0.0"