Skip to content

Commit 3b0d67a

Browse files
build(deps): bump mypy from 1.17.1 to 1.18.2 (#227)
Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lior Dux <lior.dux@develeap.com>
1 parent 50536b8 commit 3b0d67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-lambda-calculator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ click==8.3.0 ; python_version >= "3.13"
33
colorama==0.4.6 ; (platform_system == "Windows" or sys_platform == "win32") and python_version >= "3.13"
44
iniconfig==2.1.0 ; python_version >= "3.13"
55
mypy-extensions==1.1.0 ; python_version >= "3.13"
6-
mypy==1.17.1 ; python_version >= "3.13"
6+
mypy==1.18.2 ; python_version >= "3.13"
77
packaging==25.0 ; python_version >= "3.13"
88
pathspec==0.12.1 ; python_version >= "3.13"
99
pluggy==1.6.0 ; python_version >= "3.13"

0 commit comments

Comments
 (0)