Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
419d783
chore(deps-dev): bump anyio from 4.10.0 to 4.13.0
dependabot[bot] Jun 5, 2026
f1e83f7
chore(deps-dev): bump attrs from 25.3.0 to 26.1.0
dependabot[bot] Jun 5, 2026
d71ec96
chore(deps-dev): bump exceptiongroup from 1.3.0 to 1.3.1
dependabot[bot] Jun 5, 2026
d6dc1dc
chore(deps-dev): bump dill from 0.4.0 to 0.4.1
dependabot[bot] Jun 5, 2026
258b671
chore(deps-dev): bump coverage from 7.10.6 to 7.14.1
dependabot[bot] Jun 5, 2026
809b4f3
chore(deps-dev): bump types-requests
dependabot[bot] Jun 5, 2026
4a34e5c
chore(deps-dev): bump trio from 0.31.0 to 0.33.0
dependabot[bot] Jun 5, 2026
6684f5e
chore(deps-dev): bump charset-normalizer from 3.4.3 to 3.4.7
dependabot[bot] Jun 5, 2026
1889949
chore(deps-dev): bump multidict from 6.6.4 to 6.7.1
dependabot[bot] Jun 5, 2026
1b9ec98
chore(deps): bump actions/checkout from 6 to 7
dependabot[bot] Jun 19, 2026
7ce849d
chore(deps-dev): bump cryptography from 46.0.7 to 48.0.1
dependabot[bot] Jun 29, 2026
639fe99
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
ramsessanchez Jun 29, 2026
244da2b
Merge remote-tracking branch 'origin/dependabot/pip/cryptography-48.0…
ramsessanchez Jun 29, 2026
c3f2480
Merge remote-tracking branch 'origin/dependabot/pip/attrs-26.1.0' int…
ramsessanchez Jun 29, 2026
8cf803e
Merge remote-tracking branch 'origin/dependabot/pip/multidict-6.7.1' …
ramsessanchez Jun 29, 2026
17ab814
Merge remote-tracking branch 'origin/dependabot/pip/types-requests-2.…
ramsessanchez Jun 29, 2026
90f3e35
Merge remote-tracking branch 'origin/dependabot/pip/anyio-4.13.0' int…
ramsessanchez Jun 29, 2026
2022fd5
Merge remote-tracking branch 'origin/dependabot/pip/trio-0.33.0' into…
ramsessanchez Jun 29, 2026
36d22dd
Merge remote-tracking branch 'origin/dependabot/pip/exceptiongroup-1.…
ramsessanchez Jun 29, 2026
949980f
Merge remote-tracking branch 'origin/dependabot/pip/dill-0.4.1' into …
ramsessanchez Jun 29, 2026
6f12677
Merge remote-tracking branch 'origin/dependabot/pip/coverage-7.14.0' …
ramsessanchez Jun 29, 2026
ac583fb
Merge remote-tracking branch 'origin/dependabot/pip/charset-normalize…
ramsessanchez Jun 29, 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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
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@v6
uses: actions/checkout@v7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Generate GitHub App token
id: app-token
Expand Down
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ async-generator==1.10 ; python_version >= '3.5'

asyncmock==0.4.2

attrs==25.3.0 ; python_version >= '3.7'
attrs==26.1.0 ; python_version >= '3.7'

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

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

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

charset-normalizer==3.4.3 ; python_full_version >= '3.7.0'
charset-normalizer==3.4.7 ; 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.6 ; python_version >= '3.7'
coverage[toml]==7.14.1 ; python_version >= '3.7'

cryptography==46.0.7 ; python_version >= '3.7'
cryptography==48.0.1 ; python_version >= '3.7'

dill==0.4.0
dill==0.4.1

exceptiongroup==1.3.0 ; python_version < '3.11'
exceptiongroup==1.3.1 ; python_version < '3.11'

idna==3.15 ; python_version >= '3.5'

Expand Down Expand Up @@ -107,11 +107,11 @@ tomli==2.2.1 ; python_version < '3.11'

tomlkit==0.13.3 ; python_version >= '3.7'

trio==0.31.0
trio==0.33.0

types-python-dateutil==2.9.0.20260518

types-requests==2.32.4.20250809; python_version >= '3.7'
types-requests==2.33.0.20260518; python_version >= '3.7'
urllib3==2.7.0 ; python_version >= '3.7'
typing-extensions==4.15.0 ; python_version >= '3.7'

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

aiosignal==1.4.0 ; python_version >= '3.7'

anyio==4.10.0 ; python_version >= '3.7'
anyio==4.13.0 ; python_version >= '3.7'

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

Expand All @@ -152,7 +152,7 @@ microsoft-kiota-http==1.11.6

microsoft-kiota-serialization-json==1.11.6

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

uritemplate==4.2.0 ; python_version >= '3.6'

Expand Down
Loading