diff --git a/poetry.lock b/poetry.lock index 962e951..31b326e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1791,8 +1791,8 @@ files = [ [package.dependencies] pyyaml = [ - {version = ">=5.2", markers = "python_version < \"3.13\""}, {version = ">=6.0.3", markers = "python_version >= \"3.14\""}, + {version = ">=5.2", markers = "python_version < \"3.13\""}, ] pyyaml-ft = {version = ">=8.0.0", markers = "python_version == \"3.13\""} @@ -2292,7 +2292,7 @@ description = "Python package for creating and manipulating graphs and networks" optional = false python-versions = ">=3.11" groups = ["dev"] -markers = "python_version >= \"3.14\"" +markers = "python_version >= \"3.13\"" files = [ {file = "networkx-3.6-py3-none-any.whl", hash = "sha256:cdb395b105806062473d3be36458d8f1459a4e4b98e236a66c3a48996e07684f"}, {file = "networkx-3.6.tar.gz", hash = "sha256:285276002ad1f7f7da0f7b42f004bcba70d381e936559166363707fdad3d72ad"}, @@ -2316,7 +2316,7 @@ description = "Python package for creating and manipulating graphs and networks" optional = false python-versions = "!=3.14.1,>=3.11" groups = ["dev"] -markers = "python_version <= \"3.13\"" +markers = "python_version < \"3.13\"" files = [ {file = "networkx-3.6.1-py3-none-any.whl", hash = "sha256:d47fbf302e7d9cbbb9e2555a0d267983d2aa476bac30e90dfbe5669bd57f3762"}, {file = "networkx-3.6.1.tar.gz", hash = "sha256:26b7c357accc0c8cde558ad486283728b65b6a95d85ee1cd66bafab4c8168509"}, @@ -2612,8 +2612,8 @@ files = [ annotated-types = ">=0.6.0" pydantic-core = "2.23.4" typing-extensions = [ - {version = ">=4.6.1", markers = "python_version < \"3.13\""}, {version = ">=4.12.2", markers = "python_version >= \"3.13\""}, + {version = ">=4.6.1", markers = "python_version < \"3.13\""}, ] [package.extras] @@ -2739,14 +2739,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "9.0.1" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"}, - {file = "pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] @@ -4122,4 +4122,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "c789f42bc35d7c5e1bcf07371877a33d3c0fa75894f058e3b2d32461fd1ad9c9" +content-hash = "7897418a4684da20b93ca09cdf700eee202d737cec411389b637f9c30cf2036a" diff --git a/pyproject.toml b/pyproject.toml index 18634dc..6ee6926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ auto-changelog = "^0.6.0" coverage = "^7.13.3" mypy = "^1.19.1" pre-commit = "^4.5.1" -pytest = "^9.0.1" +pytest = "^9.0.3" pytest-cov = "^6.0.0" radon = "^6.0.1" ruff = "^0.15.0"