Skip to content

Commit 87e53b9

Browse files
chore(deps): refresh lock and pins
1 parent 1b56095 commit 87e53b9

3 files changed

Lines changed: 50 additions & 20 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"PyYAML~=6.0.3",
3838
"httpx~=0.28.1",
3939
"httpx-retries~=0.4.5",
40-
"authlib~=1.6.5",
40+
"authlib~=1.6.6",
4141
]
4242

4343
[project.urls]
@@ -52,6 +52,10 @@ dev = [
5252
"ruff~=0.14.5",
5353
"types-setuptools~=80.9.0.20250822",
5454
"types-Authlib~=1.6.5.20251005",
55+
"jaraco-context~=6.1.0",
56+
"filelock~=3.20.3; python_version >= '3.10'",
57+
"virtualenv~=20.36.1",
58+
"urllib3~=2.6.3; python_version >= '3.10'",
5559
"pytest~=8.4.2",
5660
"pytest-vcr~=1.0.2",
5761
"vcrpy~=7.0.0",

requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ annotated-types==0.7.0 ; python_full_version < '3.14' and platform_python_implem
55
# via pydantic
66
anyio==4.10.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
77
# via httpx
8-
authlib==1.6.5 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
8+
authlib==1.6.6 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
99
# via pyatlan
1010
backports-asyncio-runner==1.2.0 ; python_full_version < '3.11' and platform_python_implementation == 'CPython'
1111
# via pytest-asyncio
12-
backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
12+
backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_python_implementation == 'CPython'
1313
# via jaraco-context
1414
certifi==2025.8.3 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
1515
# via
@@ -42,7 +42,9 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11' and platform_python_impleme
4242
# via
4343
# anyio
4444
# pytest
45-
filelock==3.18.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
45+
filelock==3.19.1 ; python_full_version < '3.10' and platform_python_implementation == 'CPython'
46+
# via virtualenv
47+
filelock==3.20.3 ; python_full_version >= '3.10' and python_full_version < '3.14' and platform_python_implementation == 'CPython'
4648
# via virtualenv
4749
h11==0.16.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
4850
# via httpcore
@@ -72,7 +74,7 @@ iniconfig==2.1.0 ; python_full_version < '3.14' and platform_python_implementati
7274
# via pytest
7375
jaraco-classes==3.4.0 ; python_full_version < '3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
7476
# via keyring
75-
jaraco-context==6.0.1 ; python_full_version < '3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
77+
jaraco-context==6.1.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
7678
# via keyring
7779
jaraco-functools==4.2.1 ; python_full_version < '3.14' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation == 'CPython'
7880
# via keyring
@@ -227,7 +229,7 @@ urllib3==2.6.3 ; python_full_version >= '3.10' and python_full_version < '3.14'
227229
# vcrpy
228230
vcrpy==7.0.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
229231
# via pytest-vcr
230-
virtualenv==20.34.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
232+
virtualenv==20.36.1 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
231233
# via pre-commit
232234
wrapt==1.17.3 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
233235
# via vcrpy

uv.lock

Lines changed: 38 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)