diff --git a/pyproject.toml b/pyproject.toml index 9ce89df51..d933ada80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,16 +106,16 @@ packages = ["floss", "floss.sigs"] # These dependencies are not used in production environments # and should not conflict with other libraries/tooling. dev = [ - "pre-commit==3.5.0", + "pre-commit==4.0.1", "pyyaml==6.0.1", "pytest==8.3.3", "pytest-sugar==1.0.0", "pytest-instafail==0.5.0", "pytest-cov==5.0.0", "pycodestyle==2.12.1", - "black==24.8.0", + "black==24.10.0", "isort==5.13.2", - "mypy==1.10.0", + "mypy==1.13.0", # type stubs for mypy "types-PyYAML==6.0.10", "types-tabulate==0.9.0.20240106", diff --git a/requirements.txt b/requirements.txt index d1f390c57..eb785eec2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ annotated-types==0.7.0 binary2strings==0.1.13 -black==24.8.0 +black==24.10.0 cfgv==3.4.0 click==8.1.7 colorama==0.4.6 @@ -19,8 +19,8 @@ log-symbols==0.0.14 markdown-it-py==3.0.0 mdurl==0.1.2 msgpack==1.0.8 -mypy==1.10.0 -networkx==3.1 +mypy==1.13.0 +networkx==3.4.2 nodeenv==1.9.1 packaging==24.1 pathspec==0.12.1 @@ -28,7 +28,7 @@ pefile==2024.8.26 pip==24.2 platformdirs==4.3.6 pluggy==1.5.0 -pre-commit==3.5.0 +pre-commit==4.0.1 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycodestyle==2.12.1 @@ -51,7 +51,7 @@ six==1.16.0 sortedcontainers==2.4.0 spinners==0.0.24 tabulate==0.9.0 -termcolor==2.4.0 +termcolor==2.5.0 tqdm==4.66.4 types-pyyaml==6.0.10 types-tabulate==0.9.0.20240106