Skip to content

Commit

Permalink
Update cuenca-validation (#371)
Browse files Browse the repository at this point in the history
* Update cuenca-validation

* update requests

* Update version.py
  • Loading branch information
pachCode authored Dec 27, 2023
1 parent 2447f60 commit 79eefa7
Show file tree
Hide file tree
Showing 3 changed files with 4 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.15.9'
__version__ = '0.15.10'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pytest-vcr==1.0.*
requests-mock==1.9.*
types-freezegun
types-requests
vcrpy==4.3.1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.27.1
cuenca-validations==0.11.19
requests==2.31.0
cuenca-validations==0.11.21
dataclasses>=0.7;python_version<"3.7"

0 comments on commit 79eefa7

Please sign in to comment.