From 03ca7eaa665bf640fd5ab307e33d042078e8019d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Thu, 11 May 2023 15:23:14 +0200 Subject: [PATCH] chore: bump v0.2.1 --- confit/__init__.py | 2 +- pyproject.toml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/confit/__init__.py b/confit/__init__.py index 9cca525..3c3b1e0 100644 --- a/confit/__init__.py +++ b/confit/__init__.py @@ -7,4 +7,4 @@ RegistryCollection, # noqa F401 ) -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index 43141f7..e38136c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,15 +15,12 @@ dependencies = [ "catalogue>=2.0.7,<3.0", "lark>=1.1.5,<2.0", "pydantic>=1.2,<2.0", - "srsly>=2.4.4,<3.0", "typer>=0.6.1,<1.0", ] [project.optional-dependencies] dev = [ - "black==22.6.0", "coverage>=6.5,<7.0", - "flake8>=3.0,<4.0", "mike>=1.1.2,<2.0", "mkdocs>=1.4,<2.0", "mkdocs-autorefs>=0.4.1,<1.0.0", @@ -33,7 +30,6 @@ dev = [ "mkdocs-static-i18n>=0.53,<1.0.0", "mkdocstrings>=0.18.1,<1.0.0", "mkdocstrings-python>=0.6,<1.0.0", - "mypy>=0.950,<1.0.0", "pre-commit>=2.18.1,<3.0", "pytest>=7.1.1,<8.0", "pytest-cov>=3.0.0,<4.0",