Skip to content

Commit

Permalink
bump cuenca-validations (#124)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update requirements.txt

* Update version.py

* fix lint
  • Loading branch information
rogelioLpz authored Apr 1, 2022
1 parent b5f595b commit 09d60e1
Show file tree
Hide file tree
Showing 4 changed files with 4 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.2.0'
__version__ = '0.2.1'
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ mypy==0.812
pytest-chalice==0.0.*
mongomock==3.22.*
mock==4.0.3
click==8.0.1
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.25.0
mongoengine==0.22.1
cuenca-validations==0.9.2
cuenca-validations==0.10.0
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.25.1',
'cuenca-validations>=0.9.0,<0.10.0',
'cuenca-validations>=0.9.0,<1.0.0',
'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 09d60e1

Please sign in to comment.