From 231f9d24e6ae2fb19f8b65d425c7a4112466b4d3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 12 Dec 2023 11:12:02 +0100 Subject: [PATCH] pin all versions --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2fd610a..8625d38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,14 +21,13 @@ dependencies = [ "loguru == 0.7.2", "beautifulsoup4 == 4.12.2", "imbox == 0.9.8", - "tabulate", + "tabulate == 0.9.0", "hatchling == 1.18.0", - "icecream", + "icecream == 2.1.3", ] [project.optional-dependencies] dev = [ - "pre-commit", "mypy", "ruff", ]