Skip to content

Commit 936a626

Browse files
build(deps): bump filelock from 3.18.0 to 3.19.1
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.18.0 to 3.19.1. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.18.0...3.19.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11696e4 commit 936a626

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

poetry.lock

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,21 +1394,16 @@ testing = ["hatch", "pre-commit", "pytest", "tox"]
13941394

13951395
[[package]]
13961396
name = "filelock"
1397-
version = "3.18.0"
1397+
version = "3.19.1"
13981398
description = "A platform independent file lock."
13991399
optional = false
14001400
python-versions = ">=3.9"
14011401
groups = ["main"]
14021402
files = [
1403-
{file = "filelock-3.18.0-py3-none-any.whl", hash = "sha256:c401f4f8377c4464e6db25fff06205fd89bdd83b65eb0488ed1b160f780e21de"},
1404-
{file = "filelock-3.18.0.tar.gz", hash = "sha256:adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2"},
1403+
{file = "filelock-3.19.1-py3-none-any.whl", hash = "sha256:d38e30481def20772f5baf097c122c3babc4fcdb7e14e57049eb9d88c6dc017d"},
1404+
{file = "filelock-3.19.1.tar.gz", hash = "sha256:66eda1888b0171c998b35be2bcc0f6d75c388a7ce20c3f3f37aa8e96c2dddf58"},
14051405
]
14061406

1407-
[package.extras]
1408-
docs = ["furo (>=2024.8.6)", "sphinx (>=8.1.3)", "sphinx-autodoc-typehints (>=3)"]
1409-
testing = ["covdefaults (>=2.3)", "coverage (>=7.6.10)", "diff-cover (>=9.2.1)", "pytest (>=8.3.4)", "pytest-asyncio (>=0.25.2)", "pytest-cov (>=6)", "pytest-mock (>=3.14)", "pytest-timeout (>=2.3.1)", "virtualenv (>=20.28.1)"]
1410-
typing = ["typing-extensions (>=4.12.2) ; python_version < \"3.11\""]
1411-
14121407
[[package]]
14131408
name = "frozenlist"
14141409
version = "1.4.1"

0 commit comments

Comments
 (0)