Skip to content

Commit ad04ca3

Browse files
authored
Bump Sifts dependency, Version -> 3.4.1 (#716)
1 parent a96c763 commit ad04ca3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gramps_webapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
"""Version information."""
2323

24-
__version__ = "3.4.0"
24+
__version__ = "3.4.1"

gramps_webapi/data/apispec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: "2.0"
22
info:
33
title: "Gramps Web API"
4-
version: "3.4.0"
4+
version: "3.4.1"
55
description: >
66
The Gramps Web API is a REST API that provides access to family tree databases generated and maintained with Gramps, a popular Open Source genealogical research software package.
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"pytesseract",
4343
"gramps-ql>=0.4.0",
4444
"object-ql>=0.1.3",
45-
"sifts>=0.8.3",
45+
"sifts>=1.1.0",
4646
"requests",
4747
"yclade>=0.5.0",
4848
"Authlib>=1.6.4",

0 commit comments

Comments
 (0)