Skip to content

Commit 83f1149

Browse files
chore(internal): update deps (#2015)
1 parent e081d99 commit 83f1149

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cache_fine_grained = True
4444
# ```
4545
# Changing this codegen to make mypy happy would increase complexity
4646
# and would not be worth it.
47-
disable_error_code = func-returns-value
47+
disable_error_code = func-returns-value,overload-cannot-match
4848

4949
# https://github.com/python/mypy/issues/12162
5050
[mypy.overrides]

requirements-dev.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ msal==1.31.0
8383
# via msal-extensions
8484
msal-extensions==1.2.0
8585
# via azure-identity
86-
mypy==1.13.0
86+
mypy==1.14.1
8787
mypy-extensions==1.0.0
8888
# via black
8989
# via mypy
@@ -124,7 +124,7 @@ pygments==2.18.0
124124
# via rich
125125
pyjwt==2.8.0
126126
# via msal
127-
pyright==1.1.390
127+
pyright==1.1.391
128128
pytest==8.3.3
129129
# via pytest-asyncio
130130
pytest-asyncio==0.24.0

0 commit comments

Comments
 (0)