From a8fb18167898dfbf884c9e2ade6b311854687122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:24:53 +0000 Subject: [PATCH 1/4] chore(deps): bump the python-packages group across 1 directory with 3 updates Bumps the python-packages group with 3 updates in the / directory: [hypothesis](https://github.com/HypothesisWorks/hypothesis), [yamlfix](https://github.com/lyz-code/yamlfix) and [invoke](https://github.com/pyinvoke/invoke). Updates `hypothesis` from 6.140.3 to 6.141.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.140.3...hypothesis-python-6.141.0) Updates `yamlfix` from 1.18.0 to 1.19.0 - [Changelog](https://github.com/lyz-code/yamlfix/blob/main/CHANGELOG.md) - [Commits](https://github.com/lyz-code/yamlfix/commits) Updates `invoke` from 2.2.0 to 2.2.1 - [Commits](https://github.com/pyinvoke/invoke/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.141.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: yamlfix dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: invoke dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4fc7dd1..ad4135c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ # https://github.com/notypecheck/passlib "libpass==1.9.3", # Hypothesis for hard-core ip_address tests - "hypothesis==6.140.3", + "hypothesis==6.141.0", ] authors = [ { name = "Mike Pennington", email = "mike@pennington.net" }, @@ -69,13 +69,13 @@ dev = [ "pre-commit==4.3.0", "black==25.9.0", "pyupgrade==3.21.0", - "yamlfix==1.18.0", + "yamlfix==1.19.0", "pylama==8.4.1", "pylint==3.3.9", "coverage>=7.3.2", "pytest-cov>=4.1.0", "pyroma==5.0", - "invoke==2.2.0", + "invoke==2.2.1", "fabric==3.2.2", "commitizen>=2.40.0", "python-lsp-server>=1.12.2", From b4b72b71bf036d14ac739e7b30d83643f15589ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:10:23 +0000 Subject: [PATCH 2/4] chore(deps): bump hypothesis in the python-packages group Bumps the python-packages group with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `hypothesis` from 6.141.0 to 6.141.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.141.0...hypothesis-python-6.141.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.141.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad4135c..b324901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ # https://github.com/notypecheck/passlib "libpass==1.9.3", # Hypothesis for hard-core ip_address tests - "hypothesis==6.141.0", + "hypothesis==6.141.1", ] authors = [ { name = "Mike Pennington", email = "mike@pennington.net" }, From b33e5878da2a719802ffad3d1f77cacb3dc1b0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:53:19 +0000 Subject: [PATCH 3/4] chore(deps-dev): bump black in the python-packages group Bumps the python-packages group with 1 update: [black](https://github.com/psf/black). Updates `black` from 25.9.0 to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.9.0...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b324901..36fb38f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dev = [ "hatchling>=1.27.0", "pytest>=8.3.5", "pre-commit==4.3.0", - "black==25.9.0", + "black==25.11.0", "pyupgrade==3.21.0", "yamlfix==1.19.0", "pylama==8.4.1", From 30985fbfc475f19d5e0262c648fae6e50e10dcb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:50:50 +0000 Subject: [PATCH 4/4] chore(deps): bump the python-packages group with 3 updates Bumps the python-packages group with 3 updates: [pyparsing](https://github.com/pyparsing/pyparsing), [yamlfix](https://github.com/lyz-code/yamlfix) and [pyroma](https://github.com/regebro/pyroma). Updates `pyparsing` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.5...3.3.2) Updates `yamlfix` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/lyz-code/yamlfix/blob/main/CHANGELOG.md) - [Commits](https://github.com/lyz-code/yamlfix/compare/1.19.0...1.19.1) Updates `pyroma` from 5.0 to 5.0.1 - [Changelog](https://github.com/regebro/pyroma/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/pyroma/compare/5.0...5.0.1) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: yamlfix dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pyroma dependency-version: 5.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36fb38f..63028df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "traitlets==5.14.3", "loguru>=0.7.2", "hier_config==2.3.1", - "pyparsing==3.2.5", + "pyparsing==3.3.2", # NOTE changing typeguard versions may require code / test changes "typeguard==4.4.4", "PyYAML>=6.0.2", @@ -69,12 +69,12 @@ dev = [ "pre-commit==4.3.0", "black==25.11.0", "pyupgrade==3.21.0", - "yamlfix==1.19.0", + "yamlfix==1.19.1", "pylama==8.4.1", "pylint==3.3.9", "coverage>=7.3.2", "pytest-cov>=4.1.0", - "pyroma==5.0", + "pyroma==5.0.1", "invoke==2.2.1", "fabric==3.2.2", "commitizen>=2.40.0",