From 9ea5c3138fda5faa7c0fff6b188d10d43a0f2d51 Mon Sep 17 00:00:00 2001 From: sbylica-splunk Date: Thu, 5 Dec 2024 11:20:26 +0000 Subject: [PATCH] another test --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 23c0a89a8..8206eeef8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -468,6 +468,17 @@ files = [ [package.dependencies] six = "*" +[[package]] +name = "litedict" +version = "0.5" +description = "Simple dictionary built on top of SQLite" +optional = false +python-versions = ">=3.7" +files = [ + {file = "litedict-0.5-py3-none-any.whl", hash = "sha256:dbb8dd65ce97601f4d0994844ea1073aebbc015f7549889fb98eaa720e5196bb"}, + {file = "litedict-0.5.tar.gz", hash = "sha256:c9e4e6deba08f4a1b4c5784c27ea151fc5cdefcf8e3271c89ffabf49200f332c"}, +] + [[package]] name = "lovely-pytest-docker" version = "1.0.0" @@ -1175,17 +1186,6 @@ urllib3 = ">=1.21.1,<3" socks = ["PySocks (>=1.5.6,!=1.5.7)"] use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] -[[package]] -name = "restricted-sqlitedict" -version = "1.0.0" -description = "Fork of sqlitedict with restricted pickle loading." -optional = false -python-versions = "*" -files = [ - {file = "restricted_sqlitedict-1.0.0-py3-none-any.whl", hash = "sha256:31cdeac0f48ee16cdbfeb8e8c14e8c1a17ebb67e6f098f5724a46515c2d2d3c6"}, - {file = "restricted_sqlitedict-1.0.0.tar.gz", hash = "sha256:f4c319ca51a01b37b2350f418640a9d80061402d58a7df7fcb1e0147b5d9cf13"}, -] - [[package]] name = "setuptools" version = "73.0.1" @@ -1385,4 +1385,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b70c8d222e0352966928f22d4a8b42ebf7398c74790b56539704c8715f4d0b0c" +content-hash = "b8f63eb0f980e41e22c73381aa589ffdded883d21578b8139c1032998467cdd4" diff --git a/pyproject.toml b/pyproject.toml index 5e005ab9e..fae4fd521 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requests = "^2.28.1" shortuuid = "^1.0.11" pyyaml = "6.0.2" setuptools = "^73.0.1" -restricted-sqlitedict = ">=1.0.0" +litedict = "^0.5" [tool.poetry.group.dev.dependencies]