Skip to content

Commit

Permalink
Cuenca-validations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Sánchez committed Mar 9, 2021
1 parent 141a534 commit 824f487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1.dev0'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blinker==1.4
chalice==1.22.0
mongoengine==0.22.1
cuenca-validations==0.7.3
cuenca-validations==0.9.0.dev0
dnspython==2.1.0
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.8',
install_requires=[
'chalice>=1.16.0,<1.22.1',
'cuenca-validations>=0.7,<0.8',
'cuenca-validations>=0.9,<0.10',
'blinker>=1.4,<1.5',
'mongoengine>=0.20.0,<0.23.0',
'dnspython>=2.0.0,<2.2.0',
Expand Down

0 comments on commit 824f487

Please sign in to comment.