diff --git a/tools/devctr/poetry.lock b/tools/devctr/poetry.lock index 12d826ffc7d..07d96d9f475 100644 --- a/tools/devctr/poetry.lock +++ b/tools/devctr/poetry.lock @@ -615,14 +615,14 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "filelock" -version = "3.20.0" +version = "3.20.1" description = "A platform independent file lock." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "filelock-3.20.0-py3-none-any.whl", hash = "sha256:339b4732ffda5cd79b13f4e2711a31b0365ce445d95d243bb996273d072546a2"}, - {file = "filelock-3.20.0.tar.gz", hash = "sha256:711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4"}, + {file = "filelock-3.20.1-py3-none-any.whl", hash = "sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a"}, + {file = "filelock-3.20.1.tar.gz", hash = "sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c"}, ] [[package]] @@ -3397,4 +3397,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.12.0" -content-hash = "e296b9c2c136c8bdf6a6e67c551d6da4a7c4e7ff50023fd9b13c5b38f44b3fff" +content-hash = "149cb18127b3fd1b38e62cfbe19ee6f597a57204e61a3315c8e9b4daf14f616f" diff --git a/tools/devctr/pyproject.toml b/tools/devctr/pyproject.toml index a65e518d6d2..6df26e056d1 100644 --- a/tools/devctr/pyproject.toml +++ b/tools/devctr/pyproject.toml @@ -10,7 +10,7 @@ aws-embedded-metrics = "^3.1.0" black = "^24.3.0" # Gitlint locks this to 8.1.3. Lock from our side too to prevent different versions click = "8.1.3" -filelock = "^3.13.4" +filelock = "^3.20.1" gitlint = "^0.19.1" ipython = "^8.15.0" isort = "^5.12.0"