Skip to content

Commit

Permalink
Bump mypy from 1.8.0 to 1.9.0 (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 123b515 commit 42daa54
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/fixtures/webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def do_PUT(self) -> None:
def version_string(self) -> str:
return ""

def date_time_string(self, timestamp: int | None = 0) -> str:
def date_time_string(self, timestamp: float | None = 0) -> str:
return "Sat, 1 January 2000 00:00:00 UTC"


Expand Down

0 comments on commit 42daa54

Please sign in to comment.