Skip to content

Commit c75c8d9

Browse files
committed
chg: Bump version, prepare releases
1 parent 8527076 commit c75c8d9

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "webmonitoring"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Monitoring websites, with Lookyloo as a backend."
55
authors = ["Raphaël Vinot <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -19,7 +19,7 @@ run_captures = "bin.run_captures:main"
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.10"
22-
redis = {version = "^4.5.5", extras = ["hiredis"]}
22+
redis = {version = "^4.6.0", extras = ["hiredis"]}
2323
flask-restx = "^1.1.0"
2424
werkzeug = "^2.3.6"
2525
gunicorn = "^20.1.0"
@@ -28,8 +28,8 @@ bootstrap-flask = "^2.2.0"
2828
pylookyloo = "^1.19.3"
2929

3030
[tool.poetry.group.dev.dependencies]
31-
mypy = "^1.4.0"
32-
types-redis = {version = "^4.5.5.2"}
31+
mypy = "^1.4.1"
32+
types-redis = {version = "^4.6.0.0"}
3333
types-requests = "^2.31.0.1"
3434

3535
[tool.poetry.group.old]

0 commit comments

Comments
 (0)