Skip to content

Commit

Permalink
Bump cuenca-validations from 0.7.9 to 0.8.2 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 17, 2021
1 parent 61e5443 commit 1b59312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cuenca/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.6.5'
__version__ = '0.7.0'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.25.1
cuenca-validations==0.7.9
cuenca-validations==0.8.2
dataclasses>=0.7;python_version<"3.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
python_requires='>=3.6',
install_requires=[
'requests>=2.24,<2.26',
'cuenca-validations>=0.7.0,<0.8.0',
'cuenca-validations>=0.8.0,<0.9.0',
'dataclasses>=0.7;python_version<"3.7"',
],
classifiers=[
Expand Down

0 comments on commit 1b59312

Please sign in to comment.