diff --git a/poetry.lock b/poetry.lock index 4892f1f..9f070e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -458,19 +458,22 @@ files = [ [[package]] name = "dogpile-cache" -version = "1.2.2" +version = "1.3.0" description = "A caching front-end based on the Dogpile lock." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "dogpile.cache-1.2.2-py3-none-any.whl", hash = "sha256:f6c2c6ff3a3dc7dc0d662b3f30983f684502fd7a91a45be680879d7d8cc177d7"}, - {file = "dogpile.cache-1.2.2.tar.gz", hash = "sha256:fd9022c0d9cbadadf20942391a95adaf296be80b42daa8e202f8de1c21f198b2"}, + {file = "dogpile.cache-1.3.0-py3-none-any.whl", hash = "sha256:c0d33baeff2b823c12e4aa8a662ce2beaf0297f8f2aca1fc2cb178e8bc4b476d"}, + {file = "dogpile.cache-1.3.0.tar.gz", hash = "sha256:0a387f1932c071ee8fd971d2ff51f8aba1106c559439a51b8c74a207f40e215d"}, ] [package.dependencies] decorator = ">=4.0.0" stevedore = ">=3.0.0" -typing-extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""} +typing_extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""} + +[package.extras] +pifpaf = ["pifpaf (>=2.5.0)", "setuptools"] [[package]] name = "exceptiongroup" @@ -1675,7 +1678,7 @@ files = [ ] [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\""} +greenlet = {version = "!=0.4.17", markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\""} typing-extensions = ">=4.2.0" [package.extras] @@ -2033,4 +2036,4 @@ test = ["flake8", "mock", "pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "20111b9e0c964621a784fa3461a614ff48fd1be18f480025ba338b0398259798" +content-hash = "70ab1238598be00db49907a33a3d5b8df09360237d5efe7b1bf0faafdab474a8" diff --git a/pyproject.toml b/pyproject.toml index df274af..306beed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ include = [ [tool.poetry.dependencies] python = ">=3.8,<3.13" PyYAML = "^6.0" -"dogpile.cache" = "^1.2.2" +"dogpile.cache" = "^1.3.0" flask = "^3.0.0" gunicorn = "^21.2.0" requests = "^2.31.0"