Skip to content

Commit 1fe8fcd

Browse files
build(deps): bump mypy from 1.15.0 to 1.16.1 (#416)
* build(deps): bump mypy from 1.15.0 to 1.16.1 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix type hints --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saugat Pachhai (सौगात) <suagatchhetri@outlook.com>
1 parent c70bbe9 commit 1fe8fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tests = [
5252
"proxy.py",
5353
]
5454
dev = [
55-
"mypy==1.15.0",
55+
"mypy==1.16.1",
5656
"scmrepo[tests]",
5757
"types-certifi",
5858
"types-mock",

src/scmrepo/git/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def __init__(
535535
path: Optional[str] = None,
536536
username: Optional[str] = None,
537537
password: Optional[str] = None,
538-
password_expiry_utc: Optional[int] = None,
538+
password_expiry_utc: Optional[str] = None,
539539
url: Optional[str] = None,
540540
):
541541
self.protocol = protocol

0 commit comments

Comments
 (0)