From 2952cbb647de7eef34579eea528096c1e047754d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:08:11 +0000 Subject: [PATCH] Bump typeguard from 4.2.1 to 4.3.0 Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.2.1 to 4.3.0. - [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.2.1...4.3.0) --- 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 66a3a85..5933eb4 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.2.1 + typeguard == 4.3.0 pytypes == 1.0b10 [options.extras_require]