Skip to content

Commit

Permalink
Merge pull request #390 from bensteinberg/update-20250109
Browse files Browse the repository at this point in the history
Update jinja2, set package-mode to false
  • Loading branch information
bensteinberg authored Jan 9, 2025
2 parents e59bb3f + 85bd40d commit a4be0fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .services/signer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.
8 changes: 4 additions & 4 deletions .services/signer/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions .services/signer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[tool.poetry]
name = "signer"
version = "0.2.9"
description = ""
authors = ["Library Innovation Lab <[email protected]>"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.9"
Expand Down
6 changes: 3 additions & 3 deletions .services/signer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ importlib-metadata==8.0.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 \
Expand Down

0 comments on commit a4be0fb

Please sign in to comment.