Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3901030
chore(deps-dev): bump azure-identity from 1.23.1 to 1.24.0
dependabot[bot] Aug 8, 2025
849af09
chore(deps-dev): bump types-requests
dependabot[bot] Aug 11, 2025
64dbd87
chore(deps-dev): bump charset-normalizer from 3.4.2 to 3.4.3
dependabot[bot] Aug 11, 2025
1eda205
chore(deps-dev): bump multidict from 6.6.3 to 6.6.4
dependabot[bot] Aug 12, 2025
4dab1c3
chore(deps): bump actions/checkout from 4 to 5
dependabot[bot] Aug 12, 2025
2a0487b
chore(deps-dev): bump wrapt from 1.17.2 to 1.17.3
dependabot[bot] Aug 13, 2025
0bffb8f
chore(deps-dev): bump pylint from 3.3.7 to 3.3.8 in the pylint group
dependabot[bot] Aug 19, 2025
1817ac0
chore(deps-dev): bump requests from 2.32.4 to 2.32.5
dependabot[bot] Aug 19, 2025
d8b74e6
chore(deps-dev): bump types-python-dateutil
dependabot[bot] Aug 22, 2025
f16b9a7
chore(deps-dev): bump coverage[toml] from 7.10.2 to 7.10.6
dependabot[bot] Sep 1, 2025
e93ea0b
chore(deps-dev): bump cryptography from 45.0.5 to 45.0.7
dependabot[bot] Sep 3, 2025
9cef5dc
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
dependabot[bot] Sep 4, 2025
ee78a91
chore(deps): bump actions/setup-python from 5 to 6
dependabot[bot] Sep 5, 2025
32053f7
Merge remote-tracking branch 'remotes/origin/dependabot/github_action…
MIchaelMainer Sep 11, 2025
d8de98d
Merge remote-tracking branch 'remotes/origin/dependabot/github_action…
MIchaelMainer Sep 11, 2025
3edfdbc
Merge remote-tracking branch 'remotes/origin/dependabot/github_action…
MIchaelMainer Sep 11, 2025
5cb19ee
Merge remote-tracking branch 'remotes/origin/dependabot/pip/azure-ide…
MIchaelMainer Sep 11, 2025
93d5a3e
Merge remote-tracking branch 'remotes/origin/dependabot/pip/charset-n…
MIchaelMainer Sep 11, 2025
3db41ff
Merge remote-tracking branch 'remotes/origin/dependabot/pip/coverage-…
MIchaelMainer Sep 11, 2025
fa10b64
Merge remote-tracking branch 'remotes/origin/dependabot/pip/cryptogra…
MIchaelMainer Sep 11, 2025
21618ce
Merge remote-tracking branch 'remotes/origin/dependabot/pip/multidict…
MIchaelMainer Sep 11, 2025
3c7e3a1
Merge remote-tracking branch 'remotes/origin/dependabot/pip/pylint-38…
MIchaelMainer Sep 11, 2025
6e17db1
Merge remote-tracking branch 'remotes/origin/dependabot/pip/requests-…
MIchaelMainer Sep 11, 2025
6b03538
Merge remote-tracking branch 'remotes/origin/dependabot/pip/types-pyt…
MIchaelMainer Sep 11, 2025
54e2746
Merge remote-tracking branch 'remotes/origin/dependabot/pip/types-req…
MIchaelMainer Sep 11, 2025
1634093
Merge remote-tracking branch 'remotes/origin/dependabot/pip/wrapt-1.1…
MIchaelMainer Sep 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
needs: [build]
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up Python 3.13
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: 3.13
- name: Install dependencies
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==25.3.0 ; python_version >= '3.7'

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

azure-identity==1.23.1
azure-identity==1.24.0

build==1.3.0

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

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

charset-normalizer==3.4.2 ; python_full_version >= '3.7.0'
charset-normalizer==3.4.3 ; python_full_version >= '3.7.0'

click==8.1.8 ; python_version >= '3.6'

colorama==0.4.6 ; os_name == 'nt'

coverage[toml]==7.10.2 ; python_version >= '3.7'
coverage[toml]==7.10.6 ; python_version >= '3.7'

cryptography==45.0.5 ; python_version >= '3.7'
cryptography==45.0.7 ; python_version >= '3.7'

dill==0.4.0 ; python_version < '3.11'

Expand Down Expand Up @@ -74,7 +74,7 @@ pycparser==2.22

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

pylint==3.3.7
pylint==3.3.8

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

Expand All @@ -92,7 +92,7 @@ pytest-asyncio==1.1.0

pywin32==311 ; platform_system == 'Windows'

requests==2.32.4 ; python_version >= '3.7'
requests==2.32.5 ; python_version >= '3.7'

setuptools==80.9.0

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

trio==0.30.0

types-python-dateutil==2.9.0.20250708
types-python-dateutil==2.9.0.20250822

types-requests==2.32.4.20250611; python_version >= '3.7'
types-requests==2.32.4.20250809; python_version >= '3.7'
urllib3==2.5.0 ; python_version >= '3.7'
typing-extensions==4.14.1 ; python_version >= '3.7'


wrapt==1.17.2 ; python_version < '3.11'
wrapt==1.17.3 ; python_version < '3.11'

yapf==0.43.0

Expand Down Expand Up @@ -153,7 +153,7 @@ microsoft-kiota-http==1.9.5

microsoft-kiota-serialization-json==1.9.5

multidict==6.6.3 ; python_version >= '3.7'
multidict==6.6.4 ; python_version >= '3.7'

uritemplate==4.2.0 ; python_version >= '3.6'

Expand Down