diff --git a/pyproject.toml b/pyproject.toml index 4fc7dd1..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", @@ -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.1", ] authors = [ { name = "Mike Pennington", email = "mike@pennington.net" }, @@ -67,15 +67,15 @@ 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.18.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", - "invoke==2.2.0", + "pyroma==5.0.1", + "invoke==2.2.1", "fabric==3.2.2", "commitizen>=2.40.0", "python-lsp-server>=1.12.2",