diff --git a/custom/poetry.lock b/custom/poetry.lock index 7f016b997..5d4827993 100644 --- a/custom/poetry.lock +++ b/custom/poetry.lock @@ -2124,13 +2124,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] @@ -2486,4 +2486,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "50456bdcee760f58e2741301559eef7bbe261537cd53d4d3f140a59ca15eb210" +content-hash = "02f888e6b00f4d70de163b3e6f362faa4e6a061cb0925b65893bd33c8075e765" diff --git a/custom/pyproject.toml b/custom/pyproject.toml index 56378cc16..fd3ca5cd6 100644 --- a/custom/pyproject.toml +++ b/custom/pyproject.toml @@ -16,7 +16,7 @@ alembic = "1.13.3" pyramid-retry = "2.1.1" pyramid-tm = "2.5" sqlalchemy = "2.0.35" -transaction = "4.0" +transaction = "5.0" "zope.sqlalchemy" = "3.1" cornice = "6.1.0" requests = "2.32.3"