Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3e2ff6f
chore(deps-dev): bump idna from 3.10 to 3.15
dependabot[bot] May 19, 2026
6e12b14
Merge branch 'main' into dependabot/pip/idna-3.15
ramsessanchez May 19, 2026
4abefb2
chore(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
dependabot[bot] May 19, 2026
865521b
chore(deps): bump actions/create-github-app-token from 2 to 3
dependabot[bot] May 19, 2026
6215651
chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 3.1.0
dependabot[bot] May 19, 2026
1cdb17f
chore(deps): bump googleapis/release-please-action from 4 to 5
dependabot[bot] May 19, 2026
eeb2730
chore(deps-dev): bump pyjwt from 2.9.0 to 2.12.0
dependabot[bot] May 20, 2026
843cbee
chore(deps-dev): bump requests from 2.32.5 to 2.33.0
dependabot[bot] May 20, 2026
beaea94
chore(deps-dev): bump iniconfig from 2.1.0 to 2.3.0
dependabot[bot] May 20, 2026
14f003b
chore(deps-dev): bump msal from 1.33.0 to 1.36.0
dependabot[bot] May 20, 2026
0269859
chore(deps-dev): bump types-python-dateutil
dependabot[bot] May 20, 2026
c12a7e9
chore(deps-dev): bump frozenlist from 1.7.0 to 1.8.0
dependabot[bot] May 20, 2026
fa12d60
chore(deps-dev): bump types-deprecated
dependabot[bot] May 20, 2026
3a51b91
chore(deps-dev): bump zipp from 3.23.0 to 4.1.0
dependabot[bot] May 20, 2026
0cb858d
chore(deps-dev): bump aiohttp from 3.13.4 to 3.13.5
dependabot[bot] May 20, 2026
07b19b0
chore(deps-dev): bump pylint in the pylint group across 1 directory
dependabot[bot] May 20, 2026
523d70a
chore(deps-dev): bump yarl from 1.20.1 to 1.24.2
dependabot[bot] May 20, 2026
517c1be
Merge remote-tracking branch 'origin/dependabot/pip/msal-1.36.0' into…
ramsessanchez May 20, 2026
8fa5361
Merge remote-tracking branch 'origin/dependabot/pip/types-python-date…
ramsessanchez May 20, 2026
ba25585
Merge remote-tracking branch 'origin/dependabot/pip/frozenlist-1.8.0'…
ramsessanchez May 20, 2026
fe1d166
Merge remote-tracking branch 'origin/dependabot/pip/zipp-4.1.0' into …
ramsessanchez May 20, 2026
da6a5e0
Merge remote-tracking branch 'origin/dependabot/pip/aiohttp-3.13.5' i…
ramsessanchez May 20, 2026
3f804ae
Merge remote-tracking branch 'origin/dependabot/pip/yarl-1.23.0' into…
ramsessanchez May 20, 2026
715cd38
Merge remote-tracking branch 'origin/dependabot/pip/iniconfig-2.3.0' …
ramsessanchez May 20, 2026
3d96639
Merge remote-tracking branch 'origin/dependabot/pip/types-deprecated-…
ramsessanchez May 20, 2026
6b4a018
Merge remote-tracking branch 'origin/dependabot/github_actions/depend…
ramsessanchez May 20, 2026
93ab84f
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
ramsessanchez May 20, 2026
73cbea3
Merge remote-tracking branch 'origin/dependabot/github_actions/pypa/g…
ramsessanchez May 20, 2026
0cb4938
Merge remote-tracking branch 'origin/dependabot/github_actions/google…
ramsessanchez May 20, 2026
02682b5
Merge remote-tracking branch 'origin/dependabot/pip/idna-3.15' into c…
ramsessanchez May 20, 2026
e33c7ea
Merge remote-tracking branch 'origin/dependabot/pip/pyjwt-2.12.0' int…
ramsessanchez May 20, 2026
4c481f2
Merge remote-tracking branch 'origin/dependabot/pip/requests-2.33.0' …
ramsessanchez May 20, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.4.0
uses: dependabot/fetch-metadata@v3.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-auto-add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release-please-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:

- name: Generate GitHub App token
id: app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}

- name: Release Please
uses: googleapis/release-please-action@v4
uses: googleapis/release-please-action@v5
with:
token: ${{ steps.app-token.outputs.token }}
config-file: release-please-config.json
Expand Down
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ dill==0.4.0 ; python_version < '3.11'

exceptiongroup==1.3.0 ; python_version < '3.11'

idna==3.10 ; python_version >= '3.5'
idna==3.15 ; python_version >= '3.5'

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

iniconfig==2.1.0 ; python_version >= '3.7'
iniconfig==2.3.0 ; python_version >= '3.7'

isort==6.0.1

Expand All @@ -50,7 +50,7 @@ mccabe==0.7.0 ; python_version >= '3.6'

mock==5.2.0 ; python_version >= '3.6'

msal==1.33.0
msal==1.36.0

msal-extensions==1.3.1

Expand All @@ -72,9 +72,9 @@ portalocker==2.10.1 ; python_version >= '3.5' and platform_system == 'Windows'

pycparser==2.23

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

pylint==3.3.8
pylint==4.0.5

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

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

pywin32==311 ; platform_system == 'Windows'

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

setuptools==80.9.0

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

trio==0.31.0

types-python-dateutil==2.9.0.20250822
types-python-dateutil==2.9.0.20260518

types-requests==2.32.4.20250809; python_version >= '3.7'
urllib3==2.7.0 ; python_version >= '3.7'
Expand All @@ -121,17 +121,17 @@ wrapt==1.17.3 ; python_version < '3.11'

yapf==0.43.0

zipp==3.23.0 ; python_version >= '3.7'
zipp==4.1.0 ; python_version >= '3.7'

aiohttp==3.13.4 ; python_version >= '3.6'
aiohttp==3.13.5 ; python_version >= '3.6'

aiosignal==1.4.0 ; python_version >= '3.7'

anyio==4.10.0 ; python_version >= '3.7'

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

frozenlist==1.7.0 ; python_version >= '3.7'
frozenlist==1.8.0 ; python_version >= '3.7'

h11==0.16.0 ; python_version >= '3.7'

Expand All @@ -157,8 +157,8 @@ multidict==6.6.4 ; python_version >= '3.7'

uritemplate==4.2.0 ; python_version >= '3.6'

yarl==1.20.1 ; python_version >= '3.7'
yarl==1.24.2 ; python_version >= '3.7'

deprecated==1.2.18

types-Deprecated==1.2.15.20250304
types-Deprecated==1.3.1.20260519
Loading