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]