Skip to content

Commit 0084256

Browse files
committed
Merge branch 'support_private_key_access' of github.com:yassun7010/turu-py into support_private_key_access
2 parents 13d5285 + e6ef9c0 commit 0084256

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ taskipy = "^1.12.0"
8383
pyright = "1.1.345"
8484
ruff = ">=0.3.5,<0.7.0"
8585
pydantic = "^2.5.3"
86-
pytest-cov = ">=4.1,<6.0"
86+
pytest-cov = ">=4.1,<7.0"
8787
pytest-asyncio = ">=0.23.3,<0.25.0"
8888
pytest-xdist = "^3.5.0"
8989
pandera = ">=0.18,<0.21"
@@ -95,7 +95,7 @@ mkdocs-material = { extras = ["imaging"], version = "^9.5.3" }
9595
mkdocs-plugin-inline-svg = "^0.1.0"
9696
mkdocs-exclude = "^1.0.2"
9797
mkdocstrings = { extras = ["python"], version = ">=0.24,<0.27" }
98-
griffe = ">=0.47.0,<1.4.0"
98+
griffe = ">=0.47.0,<1.6.0"
9999
griffe-inherited-docstrings = "^1.0.0"
100100
mkdocs-awesome-pages-plugin = "^2.9.2"
101101

0 commit comments

Comments
 (0)