diff --git a/custom/poetry.lock b/custom/poetry.lock index b44ef23a3..0a086a394 100644 --- a/custom/poetry.lock +++ b/custom/poetry.lock @@ -1839,13 +1839,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] @@ -2201,4 +2201,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "46df3db6f6d10e5a82df562a96448112790719437983de2a081b581dc817da08" +content-hash = "9f957fc62f711525f5334a28cc59140610986eb7f5c9aa830fec37f294a3aee2" diff --git a/custom/pyproject.toml b/custom/pyproject.toml index 78c70daad..88a0817d2 100644 --- a/custom/pyproject.toml +++ b/custom/pyproject.toml @@ -17,7 +17,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"