Skip to content

Commit 96c66ca

Browse files
Bump mypy from 1.6.1 to 1.7.0
Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd14d66 commit 96c66ca

3 files changed

+6
-8
lines changed

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ mdurl==0.1.2
407407
# markdown-it-py
408408
more-itertools==10.1.0
409409
# via jaraco-classes
410-
moto[all]==4.2.8
410+
moto[all]==4.2.9
411411
# via
412412
# -r requirements-tests.txt
413413
# moto
@@ -419,7 +419,7 @@ multipart==0.2.4
419419
# via
420420
# -r requirements-tests.txt
421421
# moto
422-
mypy==1.6.1
422+
mypy==1.7.0
423423
# via -r requirements-tests.txt
424424
mypy-extensions==1.0.0
425425
# via

requirements-docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ mdurl==0.1.2
437437
# via
438438
# -r requirements-tests.txt
439439
# markdown-it-py
440-
moto[all]==4.2.8
440+
moto[all]==4.2.9
441441
# via
442442
# -r requirements-tests.txt
443443
# moto
@@ -449,7 +449,7 @@ multipart==0.2.4
449449
# via
450450
# -r requirements-tests.txt
451451
# moto
452-
mypy==1.6.1
452+
mypy==1.7.0
453453
# via -r requirements-tests.txt
454454
mypy-extensions==1.0.0
455455
# via

requirements-tests.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -341,14 +341,12 @@ mdurl==0.1.2
341341
# -r requirements.txt
342342
# markdown-it-py
343343
moto[all]==4.2.9
344-
# via
345-
# -r requirements-tests.in
346-
# moto
344+
# via -r requirements-tests.in
347345
mpmath==1.3.0
348346
# via sympy
349347
multipart==0.2.4
350348
# via moto
351-
mypy==1.6.1
349+
mypy==1.7.0
352350
# via -r requirements-tests.in
353351
mypy-extensions==1.0.0
354352
# via

0 commit comments

Comments
 (0)