Skip to content

Commit b2d5c70

Browse files
Merge branch 'main' into fix/defer-requests-import
2 parents e3b905b + 0b5add5 commit b2d5c70

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v6
2626
with:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323

2424
- name: Generate GitHub App token
2525
id: app-token

requirements-dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ async-generator==1.10 ; python_version >= '3.5'
33

44
asyncmock==0.4.2
55

6-
attrs==25.3.0 ; python_version >= '3.7'
6+
attrs==26.1.0 ; python_version >= '3.7'
77

88
azure-core==1.41.0 ; python_version >= '3.7'
99

@@ -17,19 +17,19 @@ certifi==2025.8.3 ; python_version >= '3.6'
1717

1818
cffi==1.17.1 ; os_name == 'nt' and implementation_name != 'pypy'
1919

20-
charset-normalizer==3.4.3 ; python_full_version >= '3.7.0'
20+
charset-normalizer==3.4.7 ; python_full_version >= '3.7.0'
2121

2222
click==8.1.8 ; python_version >= '3.6'
2323

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

26-
coverage[toml]==7.10.6 ; python_version >= '3.7'
26+
coverage[toml]==7.14.1 ; python_version >= '3.7'
2727

28-
cryptography==46.0.7 ; python_version >= '3.7'
28+
cryptography==48.0.1 ; python_version >= '3.7'
2929

30-
dill==0.4.0
30+
dill==0.4.1
3131

32-
exceptiongroup==1.3.0 ; python_version < '3.11'
32+
exceptiongroup==1.3.1 ; python_version < '3.11'
3333

3434
idna==3.15 ; python_version >= '3.5'
3535

@@ -107,11 +107,11 @@ tomli==2.2.1 ; python_version < '3.11'
107107

108108
tomlkit==0.13.3 ; python_version >= '3.7'
109109

110-
trio==0.31.0
110+
trio==0.33.0
111111

112112
types-python-dateutil==2.9.0.20260518
113113

114-
types-requests==2.32.4.20250809; python_version >= '3.7'
114+
types-requests==2.33.0.20260518; python_version >= '3.7'
115115
urllib3==2.7.0 ; python_version >= '3.7'
116116
typing-extensions==4.15.0 ; python_version >= '3.7'
117117

@@ -126,7 +126,7 @@ aiohttp==3.14.1 ; python_version >= '3.6'
126126

127127
aiosignal==1.4.0 ; python_version >= '3.7'
128128

129-
anyio==4.10.0 ; python_version >= '3.7'
129+
anyio==4.13.0 ; python_version >= '3.7'
130130

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

@@ -152,7 +152,7 @@ microsoft-kiota-http==1.11.6
152152

153153
microsoft-kiota-serialization-json==1.11.6
154154

155-
multidict==6.6.4 ; python_version >= '3.7'
155+
multidict==6.7.1 ; python_version >= '3.7'
156156

157157
uritemplate==4.2.0 ; python_version >= '3.6'
158158

0 commit comments

Comments
 (0)