From 4381680a26644d3085e05f687c7a0494f93016d0 Mon Sep 17 00:00:00 2001 From: UladzislauK-Writer Date: Tue, 7 Apr 2026 10:03:06 +0200 Subject: [PATCH 1/2] chore: bump authlib --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8913cdd60..9c1161033 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.1 and should not be changed by hand. [[package]] name = "alfred-cli" @@ -125,14 +125,14 @@ tests-mypy = ["mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" a [[package]] name = "authlib" -version = "1.6.5" +version = "1.6.9" description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "authlib-1.6.5-py2.py3-none-any.whl", hash = "sha256:3e0e0507807f842b02175507bdee8957a1d5707fd4afb17c32fb43fee90b6e3a"}, - {file = "authlib-1.6.5.tar.gz", hash = "sha256:6aaf9c79b7cc96c900f0b284061691c5d4e61221640a948fe690b556a6d6d10b"}, + {file = "authlib-1.6.9-py2.py3-none-any.whl", hash = "sha256:f08b4c14e08f0861dc18a32357b33fbcfd2ea86cfe3fe149484b4d764c4a0ac3"}, + {file = "authlib-1.6.9.tar.gz", hash = "sha256:d8f2421e7e5980cc1ddb4e32d3f5fa659cfaf60d8eaf3281ebed192e4ab74f04"}, ] [package.dependencies] @@ -700,7 +700,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.7.1" @@ -2268,4 +2268,4 @@ redis = [] [metadata] lock-version = "2.1" python-versions = ">=3.9.2, <4.0" -content-hash = "95e1753c38ce7de81502db2f3c8ac012457780c28cf9521b8441096e3cd6d470" +content-hash = "cc10d777fdead59480affd6822eefd2f4120dfc41005626638f4444b7ce5af41" diff --git a/pyproject.toml b/pyproject.toml index 2ab87fe6c..c7c154e20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ include = [ ] [tool.poetry.dependencies] -authlib = ">=1.3.0, <1.7" +authlib = "1.6.9" click = "^8.1.7" fastapi = ">= 0.89.1, < 1" gitignore-parser = "^0.1.11" From 8f3b03e9f8670b64d494c65d5745cb124a06d4f3 Mon Sep 17 00:00:00 2001 From: UladzislauK-Writer Date: Tue, 7 Apr 2026 10:17:49 +0200 Subject: [PATCH 2/2] chore: lock h11 --- poetry.lock | 18 +++++++++--------- pyproject.toml | 3 ++- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9c1161033..4c296d135 100644 --- a/poetry.lock +++ b/poetry.lock @@ -498,31 +498,31 @@ files = [ [[package]] name = "h11" -version = "0.14.0" +version = "0.16.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["main", "build"] files = [ - {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"}, - {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, + {file = "h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86"}, + {file = "h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1"}, ] [[package]] name = "httpcore" -version = "1.0.8" +version = "1.0.9" description = "A minimal low-level HTTP client." optional = false python-versions = ">=3.8" groups = ["main", "build"] files = [ - {file = "httpcore-1.0.8-py3-none-any.whl", hash = "sha256:5254cf149bcb5f75e9d1b2b9f729ea4a4b883d1ad7379fc632b727cec23674be"}, - {file = "httpcore-1.0.8.tar.gz", hash = "sha256:86e94505ed24ea06514883fd44d2bc02d90e77e7979c8eb71b90f41d364a1bad"}, + {file = "httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55"}, + {file = "httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8"}, ] [package.dependencies] certifi = "*" -h11 = ">=0.13,<0.15" +h11 = ">=0.16" [package.extras] asyncio = ["anyio (>=4.0,<5.0)"] @@ -2268,4 +2268,4 @@ redis = [] [metadata] lock-version = "2.1" python-versions = ">=3.9.2, <4.0" -content-hash = "cc10d777fdead59480affd6822eefd2f4120dfc41005626638f4444b7ce5af41" +content-hash = "85213510fe0631161ed05dc4c1a6d06e068b6fb3a03b8ecfbe0d5fc5766a539b" diff --git a/pyproject.toml b/pyproject.toml index c7c154e20..d33f6b711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,11 @@ include = [ ] [tool.poetry.dependencies] -authlib = "1.6.9" +authlib = "^1.6.9" click = "^8.1.7" fastapi = ">= 0.89.1, < 1" gitignore-parser = "^0.1.11" +h11 = "^0.16" jinja2 = "^3.1.4" pandas = ">= 2.2.0, < 3" plotly = "^5.24.1"