Skip to content

Commit e95fa7b

Browse files
gavinbarronCopilot
andauthored
chore(deps-dev): consolidate dependabot dependency updates (#1061)
* chore(deps-dev): consolidate dependabot dependency updates Bump the following dev dependencies: - aiohttp: 3.12.15 → 3.13.5 - anyio: 4.10.0 → 4.13.0 - attrs: 25.3.0 → 26.1.0 - cryptography: 46.0.5 → 48.0.0 - dill: 0.4.0 → 0.4.1 - idna: 3.10 → 3.15 - opentelemetry-api: 1.38.0 → 1.42.0 - opentelemetry-sdk: 1.38.0 → 1.42.0 - opentelemetry-semantic-conventions: 0.59b0 → 0.63b0 - requests: 2.32.5 → 2.33.0 - tomlkit: 0.13.3 → 0.15.0 - tzdata: 2025.2 → 2026.2 Consolidates PRs #1047, #1050, #1051, #1052, #1053, #1054, #1055, #1056, #1057, #1059 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: group remaining dependabot updates with catch-all pattern Add an 'other-dependencies' group with a wildcard pattern to catch all packages not already matched by a specific group. This reduces individual PRs for ungrouped packages like requests, idna, attrs, cryptography, etc. into a single grouped PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 872f0d7 commit e95fa7b

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ updates:
2222
flit:
2323
patterns:
2424
- "*flit*"
25+
other-dependencies:
26+
patterns:
27+
- "*"
2528
- package-ecosystem: github-actions
2629
directory: "/"
2730
schedule:

requirements-dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
aiohttp==3.13.4
1+
aiohttp==3.13.5
22
aiosignal==1.4.0
3-
anyio==4.12.0
3+
anyio==4.13.0
44
astroid==3.3.11
55
async-timeout==5.0.1
6-
attrs==25.4.0
6+
attrs==26.1.0
77
azure-core==1.41.0
88
azure-identity==1.25.3
99
build==1.3.0
@@ -12,9 +12,9 @@ certifi==2026.4.22
1212
cffi==2.0.0
1313
click==8.1.8
1414
colorama==0.4.6
15-
cryptography==46.0.7
15+
cryptography==48.0.0
1616
Deprecated==1.3.1
17-
dill==0.4.0
17+
dill==0.4.1
1818
docutils==0.22
1919
flit==3.12.0
2020
flit_core==3.12.0
@@ -25,7 +25,7 @@ hpack==4.1.0
2525
httpcore==1.0.9
2626
httpx==0.28.1
2727
hyperframe==6.1.0
28-
idna==3.10
28+
idna==3.15
2929
importlib-metadata==6.8.0
3030
isort==6.1.0
3131
lazy-object-proxy==1.12.0
@@ -45,9 +45,9 @@ msgraph-core==1.4.0
4545
multidict==6.7.1
4646
mypy==1.19.1
4747
mypy-extensions==1.1.0
48-
opentelemetry-api==1.41.1
49-
opentelemetry-sdk==1.41.1
50-
opentelemetry-semantic-conventions==0.62b1
48+
opentelemetry-api==1.42.0
49+
opentelemetry-sdk==1.42.0
50+
opentelemetry-semantic-conventions==0.63b0
5151
packaging==26.2
5252
pathlib2==2.3.7.post1
5353
platformdirs==4.4.0
@@ -57,17 +57,17 @@ PyJWT==2.12.1
5757
pylint==3.3.9
5858
pyproject_hooks==1.2.0
5959
python-dateutil==2.9.0.post0
60-
requests==2.32.5
60+
requests==2.33.0
6161
six==1.17.0
6262
sniffio==1.3.1
6363
std-uritemplate==2.0.0
6464
time-machine==2.19.0
6565
toml==0.10.2
6666
tomli==2.4.1
6767
tomli_w==1.2.0
68-
tomlkit==0.13.3
68+
tomlkit==0.15.0
6969
typing_extensions==4.15.0
70-
tzdata==2025.2
70+
tzdata==2026.2
7171
uritemplate==4.2.0
7272
urllib3==2.6.3
7373
wrapt==2.1.2

0 commit comments

Comments
 (0)