summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2024-08-12 09:46:08 +0200
committerGitHub <noreply@github.com>2024-08-12 09:46:08 +0200
commit97a06bb05a0e48b51a490ae3b5a21f2e543b8dbe (patch)
treebc7ee3247d3e5fcbf45313cee2376a263cb10cb9
parent5df79bbbf50952a6bec19725ccb32a7d1068c1e4 (diff)
parentd4e305ffe6f82894b49ad73cdeb9fe144c4bc210 (diff)
downloadProject-Tick-97a06bb05a0e48b51a490ae3b5a21f2e543b8dbe.tar.gz
Project-Tick-97a06bb05a0e48b51a490ae3b5a21f2e543b8dbe.zip
Merge pull request #58 from PrismLauncher/renovate/filelock-3.x-lockfile
-rw-r--r--poetry.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock
index 52221f031c..ee8abb1348 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -132,18 +132,18 @@ files = [
[[package]]
name = "filelock"
-version = "3.15.1"
+version = "3.15.4"
description = "A platform independent file lock."
optional = false
python-versions = ">=3.8"
files = [
- {file = "filelock-3.15.1-py3-none-any.whl", hash = "sha256:71b3102950e91dfc1bb4209b64be4dc8854f40e5f534428d8684f953ac847fac"},
- {file = "filelock-3.15.1.tar.gz", hash = "sha256:58a2549afdf9e02e10720eaa4d4470f56386d7a6f72edd7d0596337af8ed7ad8"},
+ {file = "filelock-3.15.4-py3-none-any.whl", hash = "sha256:6ca1fffae96225dab4c6eaf1c4f4f28cd2568d3ec2a44e15a08520504de468e7"},
+ {file = "filelock-3.15.4.tar.gz", hash = "sha256:2207938cbc1844345cb01a5a95524dae30f0ce089eba5b00378295a17e3e90cb"},
]
[package.extras]
docs = ["furo (>=2023.9.10)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.25.2)"]
-testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pytest-asyncio (>=0.21)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)"]
+testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pytest-asyncio (>=0.21)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)", "virtualenv (>=20.26.2)"]
typing = ["typing-extensions (>=4.8)"]
[[package]]