From 96020659072bdd155c684f51d2b7fec1334100ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:05:34 +0000 Subject: [PATCH] Update dependency transaction to v5 --- custom/poetry.lock | 10 +++++----- custom/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/custom/poetry.lock b/custom/poetry.lock index 531d4b78d..74764303d 100644 --- a/custom/poetry.lock +++ b/custom/poetry.lock @@ -2105,13 +2105,13 @@ files = [ [[package]] name = "transaction" -version = "4.0" +version = "5.0" description = "Transaction management for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "transaction-4.0-py3-none-any.whl", hash = "sha256:e2519a316a05b14b3d483ac777df311087daaffeeafd3e9f7de62fc087ce3209"}, - {file = "transaction-4.0.tar.gz", hash = "sha256:68035db913f60d1be12f6563d201daab36c83e763de15899ff8338f26e5e62f2"}, + {file = "transaction-5.0-py3-none-any.whl", hash = "sha256:b4c0b2d49a042d86235fa76531c3356b66d7635bb0e9f29ba2512915fc7b7a42"}, + {file = "transaction-5.0.tar.gz", hash = "sha256:106e7bd782bcc0cb5119fc9225b0c9a71dfc53adb938be905223adaef22b1174"}, ] [package.dependencies] @@ -2467,4 +2467,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "ab1c6e31670655e0a31b67eeae0ca00daffa016841698b03e374b869a3a8795b" +content-hash = "e9f57fd37a3c214640833ca61720ee485124618d6ee325d4c8dce8cd0bfbbd6f" diff --git a/custom/pyproject.toml b/custom/pyproject.toml index d4edaa355..cb98bcded 100644 --- a/custom/pyproject.toml +++ b/custom/pyproject.toml @@ -16,7 +16,7 @@ alembic = "1.13.2" pyramid-retry = "2.1.1" pyramid-tm = "2.5" sqlalchemy = "2.0.32" -transaction = "4.0" +transaction = "5.0" "zope.sqlalchemy" = "3.1" cornice = "6.1.0" requests = "2.32.3"