Skip to content

Commit ae1cbb6

Browse files
dependabot[bot]stepansergeevitchptiurin
authored
build(NoTicket): update mypy requirement from <1.10.0,==1.* to >=1,<2 (#443)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stepan Burlakov <[email protected]> Co-authored-by: Petro Tiurin <[email protected]> Co-authored-by: ptiurin <[email protected]>
1 parent 1a6e2c0 commit ae1cbb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ciso8601 =
5353
dev =
5454
allure-pytest==2.*
5555
devtools==0.12.2
56-
mypy==1.*,<1.10.0
56+
mypy>=1,<2
5757
pre-commit==3.5.0
5858
psutil==7.0.0
5959
pyfakefs>=4.5.3,<=5.6.0

src/firebolt/client/auth/firebolt_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_firebolt_version(self) -> FireboltAuthVersion:
6565
"""
6666
return FireboltAuthVersion.CORE
6767

68-
def get_new_token_generator(self) -> Generator:
68+
def get_new_token_generator(self) -> Generator[Request, Response, None]:
6969
"""FireboltCore doesn't need token authentication.
7070
7171
Yields:

0 commit comments

Comments
 (0)