Skip to content

Commit df257ba

Browse files
authored
Merge branch 'main' into main
2 parents 42294b1 + 676abe8 commit df257ba

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

requirements-dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ async-generator==1.10 ; python_version >= '3.5'
44

55
asyncmock==0.4.2
66

7-
attrs==25.1.0 ; python_version >= '3.7'
7+
attrs==25.3.0 ; python_version >= '3.7'
88

99
azure-core==1.32.0 ; python_version >= '3.7'
1010

11-
azure-identity==1.20.0
11+
azure-identity==1.21.0
1212

1313
build==1.2.2.post1
1414

@@ -24,7 +24,7 @@ click==8.1.8 ; python_version >= '3.6'
2424

2525
colorama==0.4.6 ; os_name == 'nt'
2626

27-
coverage[toml]==7.6.1 ; python_version >= '3.7'
27+
coverage[toml]==7.7.0 ; python_version >= '3.7'
2828

2929
cryptography==44.0.2 ; python_version >= '3.7'
3030

@@ -36,7 +36,7 @@ idna==3.10 ; python_version >= '3.5'
3636

3737
importlib-metadata==7.1.0 ; python_version >= '3.7'
3838

39-
iniconfig==2.0.0 ; python_version >= '3.7'
39+
iniconfig==2.1.0 ; python_version >= '3.7'
4040

4141
isort==6.0.1
4242

@@ -50,9 +50,9 @@ mccabe==0.7.0 ; python_version >= '3.6'
5050

5151
mock==5.2.0 ; python_version >= '3.6'
5252

53-
msal==1.31.1
53+
msal==1.32.0
5454

55-
msal-extensions==1.2.0
55+
msal-extensions==1.3.1
5656

5757
mypy==1.15.0
5858

@@ -64,7 +64,7 @@ packaging==24.2 ; python_version >= '3.7'
6464

6565
pathlib2==2.3.7.post1
6666

67-
platformdirs==4.3.6 ; python_version >= '3.7'
67+
platformdirs==4.3.7 ; python_version >= '3.7'
6868

6969
pluggy==1.5.0 ; python_version >= '3.7'
7070

@@ -74,7 +74,7 @@ pycparser==2.22
7474

7575
pyjwt[crypto]==2.9.0 ; python_version >= '3.7'
7676

77-
pylint==3.3.4
77+
pylint==3.3.6
7878

7979
pyproject-hooks==1.2.0 ; python_version >= '3.7'
8080

@@ -90,11 +90,11 @@ pytest-trio==0.8.0
9090

9191
pytest-asyncio==0.24.0
9292

93-
pywin32==309 ; platform_system == 'Windows'
93+
pywin32==310 ; platform_system == 'Windows'
9494

9595
requests==2.32.3 ; python_version >= '3.7'
9696

97-
setuptools==76.0.0
97+
setuptools==77.0.3
9898

9999
six==1.17.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
100100

@@ -127,7 +127,7 @@ aiohttp==3.10.11 ; python_version >= '3.6'
127127

128128
aiosignal==1.3.1 ; python_version >= '3.7'
129129

130-
anyio==4.5.2 ; python_version >= '3.7'
130+
anyio==4.9.0 ; python_version >= '3.7'
131131

132132
async-timeout==5.0.1 ; python_version >= '3.6'
133133

@@ -151,7 +151,7 @@ microsoft-kiota-authentication-azure==1.9.2
151151

152152
microsoft-kiota-http==1.9.2
153153

154-
multidict==6.1.0 ; python_version >= '3.7'
154+
multidict==6.2.0 ; python_version >= '3.7'
155155

156156
uritemplate==4.1.1 ; python_version >= '3.6'
157157

0 commit comments

Comments
 (0)