From ae4dc80e8c40d1e52d45b4918b2d6f7a416f3433 Mon Sep 17 00:00:00 2001 From: bensteinberg Date: Thu, 9 Jan 2025 11:52:34 -0500 Subject: [PATCH] Update jinja2, set package-mode to false --- .services/signer/README.md | 3 +-- .services/signer/poetry.lock | 8 ++++---- .services/signer/pyproject.toml | 6 +----- .services/signer/requirements.txt | 6 +++--- 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/.services/signer/README.md b/.services/signer/README.md index f6c6ab2..39badb4 100644 --- a/.services/signer/README.md +++ b/.services/signer/README.md @@ -14,7 +14,6 @@ To maintain `requirements.txt`, we use [Poetry](https://python-poetry.org/), hen ``` poetry update requests poetry export -o requirements.txt -poetry version 0.1.1 ``` -and commit the changes. (Versioning is not strictly necessary here.) +and commit the changes. diff --git a/.services/signer/poetry.lock b/.services/signer/poetry.lock index ffaa992..4fc2aaf 100644 --- a/.services/signer/poetry.lock +++ b/.services/signer/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "blinker" @@ -340,13 +340,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.4" +version = "3.1.5" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, - {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, + {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, + {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, ] [package.dependencies] diff --git a/.services/signer/pyproject.toml b/.services/signer/pyproject.toml index 5881c53..68df079 100644 --- a/.services/signer/pyproject.toml +++ b/.services/signer/pyproject.toml @@ -1,9 +1,5 @@ [tool.poetry] -name = "signer" -version = "0.2.6" -description = "" -authors = ["Library Innovation Lab "] -readme = "README.md" +package-mode = false [tool.poetry.dependencies] python = ">=3.9,<4.0" diff --git a/.services/signer/requirements.txt b/.services/signer/requirements.txt index 8b1f62d..302b3d7 100644 --- a/.services/signer/requirements.txt +++ b/.services/signer/requirements.txt @@ -209,9 +209,9 @@ importlib-metadata==8.4.0 ; python_version >= "3.9" and python_version < "3.10" itsdangerous==2.2.0 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef \ --hash=sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173 -jinja2==3.1.4 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369 \ - --hash=sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d +jinja2==3.1.5 ; python_version >= "3.9" and python_version < "4.0" \ + --hash=sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb \ + --hash=sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf \ --hash=sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff \