Skip to content

Commit 6f8d997

Browse files
fix: dependabot update of core deps
2 parents 2a01bd5 + 1634093 commit 6f8d997

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies

.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@v4
39+
uses: actions/checkout@v5
4040

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

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
needs: [build]
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
- name: Set up Python 3.13
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: 3.13
2525
- name: Install dependencies
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build package
3030
run: python -m build
3131
- name: Publish package
32-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
32+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_TOKEN }}

requirements-dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs==25.3.0 ; python_version >= '3.7'
88

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

11-
azure-identity==1.23.1
11+
azure-identity==1.24.0
1212

1313
build==1.3.0
1414

@@ -18,15 +18,15 @@ certifi==2025.8.3 ; python_version >= '3.6'
1818

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

21-
charset-normalizer==3.4.2 ; python_full_version >= '3.7.0'
21+
charset-normalizer==3.4.3 ; python_full_version >= '3.7.0'
2222

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

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

27-
coverage[toml]==7.10.2 ; python_version >= '3.7'
27+
coverage[toml]==7.10.6 ; python_version >= '3.7'
2828

29-
cryptography==45.0.5 ; python_version >= '3.7'
29+
cryptography==45.0.7 ; python_version >= '3.7'
3030

3131
dill==0.4.0 ; python_version < '3.11'
3232

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

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

77-
pylint==3.3.7
77+
pylint==3.3.8
7878

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

@@ -92,7 +92,7 @@ pytest-asyncio==1.1.0
9292

9393
pywin32==311 ; platform_system == 'Windows'
9494

95-
requests==2.32.4 ; python_version >= '3.7'
95+
requests==2.32.5 ; python_version >= '3.7'
9696

9797
setuptools==80.9.0
9898

@@ -110,14 +110,14 @@ tomlkit==0.13.3 ; python_version >= '3.7'
110110

111111
trio==0.30.0
112112

113-
types-python-dateutil==2.9.0.20250708
113+
types-python-dateutil==2.9.0.20250822
114114

115-
types-requests==2.32.4.20250611; python_version >= '3.7'
115+
types-requests==2.32.4.20250809; python_version >= '3.7'
116116
urllib3==2.5.0 ; python_version >= '3.7'
117117
typing-extensions==4.14.1 ; python_version >= '3.7'
118118

119119

120-
wrapt==1.17.2 ; python_version < '3.11'
120+
wrapt==1.17.3 ; python_version < '3.11'
121121

122122
yapf==0.43.0
123123

@@ -153,7 +153,7 @@ microsoft-kiota-http==1.9.5
153153

154154
microsoft-kiota-serialization-json==1.9.5
155155

156-
multidict==6.6.3 ; python_version >= '3.7'
156+
multidict==6.6.4 ; python_version >= '3.7'
157157

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

0 commit comments

Comments
 (0)