From acb70a2a34179555a490da1fa2b9351d4aa5060d Mon Sep 17 00:00:00 2001 From: Aryan Rajoria Date: Wed, 6 Nov 2024 09:36:45 +0100 Subject: [PATCH] change dependencies Signed-off-by: Aryan Rajoria --- poetry.lock | 2 +- pyproject.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1b7b002..be87abd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2013,4 +2013,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "46dbeac0c4028a00c9d96077179f8ac465474983cfc64592db972f83da56fd2c" +content-hash = "883cae6a071d34de781dbafab4f8ad7fbb93babe136921152728748adafe3bc4" diff --git a/pyproject.toml b/pyproject.toml index bfa925a..8003ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" python = ">=3.10,<3.13" blint = "^2.2.3" meson = "^1.6.0" -poetry = "^1.8.4" +oras = "^0.2.24" [tool.poetry.scripts] blint-db = 'blint_db.cli:main' @@ -19,9 +19,8 @@ isort = "^5.13.2" black = "^24.10.0" flake8 = "^7.1.1" - [tool.poetry.group.build.dependencies] -oras = "^0.2.24" +poetry = "^1.8.4" [build-system] requires = ["poetry-core"]