Skip to content

Commit d87f753

Browse files
committed
chg: Bump version
1 parent 748a3b6 commit d87f753

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

poetry.lock

Lines changed: 37 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lacus"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
description = " A capturing system using playwright, as a web service."
55
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
66
license = "BSD-3-Clause"
@@ -32,7 +32,8 @@ optional = true
3232
[tool.poetry.group.dev.dependencies]
3333
ipython = [
3434
{version = "<8.13.0", python = "<3.9"},
35-
{version = "^8.13.0", python = ">=3.9"}
35+
{version = "^8.18.0", python = ">=3.9"},
36+
{version = "^8.19.0", python = ">=3.10"}
3637
]
3738
mypy = "^1.8.0"
3839
types-redis = "^4.6.0.20240106"

0 commit comments

Comments
 (0)