Skip to content

Commit 9c61f51

Browse files
committed
chore: cleans dependencies
1 parent 113734d commit 9c61f51

File tree

2 files changed

+8
-201
lines changed

2 files changed

+8
-201
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tui = ["textual"]
2727
[tool.poetry.dependencies]
2828
python = "^3.11"
2929
httpx = "^0.28.0"
30-
pydantic = {version = "^2.10.0b1", allow-prereleases = true}
30+
pydantic = { version = "^2.10.0b1", allow-prereleases = true }
3131
typing-extensions = "^4.11.0"
3232
annotated-types = "^0.7.0"
3333
certifi = "^2024.2.2"
@@ -45,7 +45,6 @@ coverage = "^7.5.1"
4545
pytest = "^8.2.1"
4646
pytest-order = "^1.2.1"
4747
pytest-tap = "^3.4"
48-
pytest-asyncio = "^0.23.6"
4948
pytest-clarity = "^1.0.1"
5049
textual-dev = "^1.4.0"
5150
mkdocs-typer = "^0.0.3"
@@ -56,9 +55,9 @@ black = "^24.4.2"
5655
tqdm = "^4.66.4"
5756

5857

59-
mkdocs-material = { extras = ["imaging"], version = "^9.5.27" }
6058
pygments = "^2.18.0"
6159
mkdocstrings = "^0.27.0"
60+
mkdocs-material = "^9.5.46"
6261
[tool.poetry.group.cli.dependencies]
6362
asyncer = "^0.0.8"
6463
typer = "^0.14.0"
@@ -79,7 +78,7 @@ shillelagh = "^1.2.19"
7978

8079
[tool.poetry.group.test.dependencies]
8180
coverage = "^7.4.3"
82-
pytest-asyncio = "^0.23.5.post1"
81+
pytest-asyncio = "^0.24.0"
8382

8483
[tool.poetry.scripts]
8584
gala = "gallagher.cli:app"

0 commit comments

Comments
 (0)