Skip to content

Commit

Permalink
Merge pull request #20 from Attumm/redis_package_upgrade
Browse files Browse the repository at this point in the history
Changed redis package to lastest version
  • Loading branch information
Attumm authored Mar 31, 2023
2 parents 33fa734 + 2ebc006 commit bed537d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis==4.5.3
redis==4.5.4
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description=long_description,
long_description_content_type='text/markdown',

version='2.0.1',
version='2.0.2',
py_modules=['redis_dict'],
install_requires=['redis',],
license='MIT',
Expand All @@ -40,6 +40,9 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
)

2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pycparser==2.21
pydocstyle==6.3.0
pyflakes==3.0.1
pylama==8.4.1
redis==4.5.3
redis==4.5.4
snowballstemmer==2.2.0
sortedcontainers==2.4.0
tomli==2.0.1
Expand Down

0 comments on commit bed537d

Please sign in to comment.