diff --git a/pottery/__init__.py b/pottery/__init__.py index d2816306..b27e438a 100644 --- a/pottery/__init__.py +++ b/pottery/__init__.py @@ -30,7 +30,7 @@ __title__ = 'pottery' -__version__ = '2.2.0' +__version__ = '2.2.1' __description__ = __doc__.split(sep='\n\n', maxsplit=1)[0] __url__ = 'https://github.com/brainix/pottery' __author__ = 'Rajiv Bakulesh Shah' diff --git a/requirements.txt b/requirements.txt index 2d41f7a3..b4a0b772 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ isort==5.10.1 keyring==23.4.0 mccabe==0.6.1 mmh3==3.0.0 -mypy==0.920 +mypy==0.921 mypy-extensions==0.4.3 packaging==21.3 pkginfo==1.8.2 @@ -31,7 +31,7 @@ toml==0.10.2 tomli==2.0.0 tqdm==4.62.3 twine==3.7.1 -types-redis==4.0.4 +types-redis==4.0.5 typing_extensions==4.0.1 urllib3==1.26.7 webencodings==0.5.1