Skip to content

Commit 0c5c06e

Browse files
dependabot[bot]Keryc Diazkeryc
authored
Bump mypy from 0.782 to 0.790 (#71)
* Bump mypy from 0.782 to 0.790 Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.782...v0.790) Signed-off-by: dependabot[bot] <support@github.com> * version 1.4.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Keryc Diaz <keryc@cuenca.com> Co-authored-by: keryc Diaz <kerycdiaz@gmail.com>
1 parent b5855aa commit 0c5c06e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.3.9'
1+
__version__ = '0.4.0'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pytest-vcr==1.0.*
44
black==20.8b1
55
isort==5.6.*
66
flake8==3.8.*
7-
mypy==0.782
7+
mypy==0.790

0 commit comments

Comments
 (0)