Skip to content

Commit 0553c1a

Browse files
Bump mypy from 1.15.0 to 1.16.0 (#1092)
* Bump mypy from 1.15.0 to 1.16.0 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update __init__.py --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]>
1 parent e0cc23b commit 0553c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiohttp_session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def new(self) -> bool:
8181
return self._new
8282

8383
@property
84-
def identity(self) -> Optional[Any]: # type: ignore[misc]
84+
def identity(self) -> Optional[Any]:
8585
return self._identity
8686

8787
@property

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flake8-bandit==4.1.1
55
flake8-bugbear==24.12.12
66
flake8-import-order==0.18.2
77
flake8-requirements==2.2.1
8-
mypy==1.15.0
8+
mypy==1.16.0
99
pep257==0.7.0
1010
pre-commit==4.2.0
1111
sphinx==8.2.3

0 commit comments

Comments
 (0)