From 536e54518306f38978047175ed68d6b6d6b9dbbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:39:15 +0000 Subject: [PATCH] Bump typeguard from 4.1.5 to 4.2.1 Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.1.5 to 4.2.1. - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/typeguard/compare/4.1.5...4.2.1) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 52f0748..c2ff94b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ packages = find: # pytypes doesn't work with Python >= 3.10 - would be interesting to see what alternatives there are python_requires= >=3.8, <3.10 install_requires = - typeguard == 4.1.5 + typeguard == 4.2.1 pytypes == 1.0b10 [options.extras_require]