From 5281fd0e83c152b54d5eacf43eb9baabcd3c54f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:46:00 +0000 Subject: [PATCH] Bump wrapt from 1.15.0 to 1.16.0 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.15.0...1.16.0) --- updated-dependencies: - dependency-name: wrapt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99cfb27f..2c8f0ccd 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read(path: str) -> str: "prometheus_client==0.18.0", # Versions 3.8+ incompatible with pytest-aiohttp. "aiohttp<=3.7.4", - "wrapt==1.15.0", + "wrapt==1.16.0", ], extras_require={ "docs": [