diff --git a/test-nx/packages/proj1/poetry.lock b/test-nx/packages/proj1/poetry.lock index c14112f..8a03eae 100644 --- a/test-nx/packages/proj1/poetry.lock +++ b/test-nx/packages/proj1/poetry.lock @@ -101,13 +101,13 @@ toml = ["tomli"] [[package]] name = "flake8" -version = "7.1.1" +version = "7.1.2" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"}, - {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"}, + {file = "flake8-7.1.2-py2.py3-none-any.whl", hash = "sha256:1cbc62e65536f65e6d754dfe6f1bada7f5cf392d6f5db3c2b85892466c3e7c1a"}, + {file = "flake8-7.1.2.tar.gz", hash = "sha256:c586ffd0b41540951ae41af572e6790dbd49fc12b3aa2541685d253d9bd504bd"}, ] [package.dependencies] @@ -383,4 +383,4 @@ tests = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "d68608ee215b5985da94eeca606236c244ab200e99eec4c7bb77557e4cf35b42" +content-hash = "1746f5abf6970d3180dcd675c3894cee7925e4f6b702ddfa38c9debf387252a7" diff --git a/test-nx/packages/proj1/pyproject.toml b/test-nx/packages/proj1/pyproject.toml index 13d1c64..ed6dbc6 100644 --- a/test-nx/packages/proj1/pyproject.toml +++ b/test-nx/packages/proj1/pyproject.toml @@ -25,7 +25,7 @@ readme = 'README.md' [tool.poetry.group.dev.dependencies] autopep8 = "2.3.1" - flake8 = "7.1.1" + flake8 = "7.1.2" pytest = "8.3.4" pytest-sugar = "1.0.0" pytest-cov = "6.0.0"