From b7af92371f881d87478fdf70b2c91d930aa2d472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:03:08 +0000 Subject: [PATCH] Bump port-for from 0.7.4 to 1.0.0 Bumps [port-for](https://github.com/fizyk/port-for) from 0.7.4 to 1.0.0. - [Changelog](https://github.com/fizyk/port-for/blob/master/CHANGES.rst) - [Commits](https://github.com/fizyk/port-for/compare/v0.7.4...v1.0.0) --- updated-dependencies: - dependency-name: port-for dependency-version: 1.0.0 dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7ce211f..e40bbc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1068,14 +1068,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "port-for" -version = "0.7.4" +version = "1.0.0" description = "Utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association." optional = false -python-versions = ">=3.9" -groups = ["test"] +python-versions = ">=3.10" +groups = ["dev", "test"] files = [ - {file = "port_for-0.7.4-py3-none-any.whl", hash = "sha256:08404aa072651a53dcefe8d7a598ee8a1dca320d9ac44ac464da16ccf2a02c4a"}, - {file = "port_for-0.7.4.tar.gz", hash = "sha256:fc7713e7b22f89442f335ce12536653656e8f35146739eccaeff43d28436028d"}, + {file = "port_for-1.0.0-py3-none-any.whl", hash = "sha256:35a848b98cf4cc075fe80dc49ae5c3a78e3ca345a23bd39bf5252277b4eef5c2"}, + {file = "port_for-1.0.0.tar.gz", hash = "sha256:404d161b1b2c82e2f6b31d8646396b4847d02bf5ee10068c92b7263657a14582"}, ] [[package]] @@ -1736,6 +1736,7 @@ description = "C version of reader, parser and emitter for ruamel.yaml derived f optional = false python-versions = ">=3.9" groups = ["dev"] +markers = "platform_python_implementation == \"CPython\" and python_version < \"3.14\"" files = [ {file = "ruamel.yaml.clib-0.2.14-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f8b2acb0ffdd2ce8208accbec2dca4a06937d556fdcaefd6473ba1b5daa7e3c4"}, {file = "ruamel.yaml.clib-0.2.14-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:aef953f3b8bd0b50bd52a2e52fb54a6a2171a1889d8dea4a5959d46c6624c451"},