Skip to content

Commit

Permalink
Upgrade requirements (#546)
Browse files Browse the repository at this point in the history
* Upgrade requirements

* Bump version number
  • Loading branch information
brainix authored Dec 21, 2021
1 parent e6344d6 commit 0451a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pottery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0451a22

Please sign in to comment.