diff --git a/poetry.lock b/poetry.lock index 1a62177e..8fefb17e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3438,21 +3438,21 @@ files = [ [[package]] name = "wireup" -version = "2.1.0" +version = "2.3.0" description = "Python Dependency Injection Library" optional = false python-versions = "<4.0,>=3.8" groups = ["main"] files = [ - {file = "wireup-2.1.0-py3-none-any.whl", hash = "sha256:8d7248bdc3c70f3b06b2ba4f7a8659ae221a94d45291ef28282fb58797af72be"}, - {file = "wireup-2.1.0.tar.gz", hash = "sha256:de1db25a7c4da688bbd14517a1a7adfa45dcb7f018657483dc82abee4213fce3"}, + {file = "wireup-2.3.0-py3-none-any.whl", hash = "sha256:59c1cb063ee09cbf76c6acbdffe9b64d8aaf4819bb75affc8af445407b44e204"}, + {file = "wireup-2.3.0.tar.gz", hash = "sha256:4a3faff8b0a0595660361a6bf2926bb69d6522b9e67976a8a61615330e14be35"}, ] [package.dependencies] typing_extensions = ">=4.7,<5.0" [package.extras] -eval-type = ["eval-type-backport (>=0.2.0,<0.3.0)"] +eval-type = ["eval-type-backport (>=0.2.0,<0.3.0) ; python_version < \"3.11\""] [[package]] name = "wrapt" @@ -3677,4 +3677,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "9be7f1061bdce5467dc4925acf8f7dc815ae5afb20e65f93e623c10d3626da0e" +content-hash = "464ec68e61e816de7294cc4a6669309bb20ec1b121c190e79d3e4182546ef1d9" diff --git a/pyproject.toml b/pyproject.toml index 53ae3bc2..389015ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pydantic = "^2.12.5" asgiref = "^3.11.0" eval-type-backport = "^0.2.2" mangum = "^0.19.0" -wireup = "^2.1.0" +wireup = "^2.3.0" python-json-logger = "^3.3.0" python-dateutil = "^2.9.0" pyhamcrest = "^2.1.0"