Skip to content

Commit

Permalink
chg: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 5, 2024
1 parent 748a3b6 commit d87f753
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
38 changes: 37 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lacus"
version = "1.7.0"
version = "1.8.0"
description = " A capturing system using playwright, as a web service."
authors = ["Raphaël Vinot <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -32,7 +32,8 @@ optional = true
[tool.poetry.group.dev.dependencies]
ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.13.0", python = ">=3.9"}
{version = "^8.18.0", python = ">=3.9"},
{version = "^8.19.0", python = ">=3.10"}
]
mypy = "^1.8.0"
types-redis = "^4.6.0.20240106"
Expand Down

0 comments on commit d87f753

Please sign in to comment.