Skip to content

Commit

Permalink
[http-client-python] bump mypy version to latest (#5103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico authored Nov 15, 2024
1 parent f080aec commit 2de0103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/http-client-python/generator/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pyright==1.1.375
pylint==3.2.7
tox==4.16.0
mypy==1.10.1
mypy==1.13.0
azure-pylint-guidelines-checker==0.0.8
colorama==0.4.6
debugpy==1.8.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ azure-mgmt-core==1.3.2
pyright==1.1.379
pylint==3.2.7
tox==4.18.1
mypy==1.10.1
mypy==1.13.0

# only for azure
-e ./generated/azure-client-generator-core-access
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest-asyncio==0.14.0;python_full_version>="3.5.2"
pyright==1.1.379
pylint==3.2.7
tox==4.18.1
mypy==1.10.1
mypy==1.13.0


# common test case
Expand Down

0 comments on commit 2de0103

Please sign in to comment.