From 00edb054da49afbc9d8d46dd8f9559e2ff0d3607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:04:41 +0100 Subject: [PATCH] chore(deps): update dependency wrapt to v1.17.0 (#1886) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fd1ff19..9d4e0ddf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,4 +35,4 @@ sqlalchemy==2.0.36 ; python_full_version >= "3.10.0" and python_full_version < " typing-extensions==4.12.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" urllib3==2.2.3 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" werkzeug==3.1.3 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" -wrapt==1.16.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" +wrapt==1.17.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"