Skip to content

Commit 3f5f58b

Browse files
authored
chore: rm importlib from deps (#98)
* chore: rm importlib from deps * chore: bump to v0.6.1
1 parent 49b47c5 commit 3f5f58b

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "gimie"
1010
copyright = "2023, SDSC-ORD"
1111
author = "SDSC-ORD"
12-
release = "0.6.0"
12+
release = "0.6.1"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "gimie"
5-
version = "0.6.0"
5+
version = "0.6.1"
66
description = "Extract structured metadata from git repositories."
77
authors = ["Swiss Data Science Center <[email protected]>"]
88
license = "Apache-2.0"
@@ -32,17 +32,16 @@ typer = "^0.7.0"
3232
calamus = "^0.4.2"
3333
requests = "^2.28.2"
3434
python-dotenv = "^0.21.1"
35-
pre-commit = "^3.0.0"
36-
importlib = "^1.0.4"
3735
python-dateutil = "^2.8.2"
3836
scancode-toolkit-mini = "^32.0.8"
3937
spdx-license-list = "^3.22"
4038

4139
[tool.poetry.group.dev.dependencies]
42-
pytest = "^7.2.0"
4340
black = "^22.10.0"
44-
pytest-cov = "^4.1.0"
4541
coveralls = "^3.3.1"
42+
pre-commit = "^3.0.0"
43+
pytest = "^7.2.0"
44+
pytest-cov = "^4.1.0"
4645

4746

4847
[tool.poetry.group.doc.dependencies]

0 commit comments

Comments
 (0)