Skip to content

Commit

Permalink
chg: Bump deps, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 18, 2025
1 parent 9122b54 commit d96b175
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lacus"
version = "1.12.0"
version = "1.13.0"
description = " A capturing system using playwright, as a web service."
authors = [{name="Raphaël Vinot", email="[email protected]"}]
license = "BSD-3-Clause"
Expand All @@ -12,7 +12,7 @@ dependencies = [
"flask-restx (>=1.3.0)",
"werkzeug (>=3.1.3)",
"gunicorn[setproctitle] (>=23.0.0)",
"lacuscore (>=1.12.10)",
"lacuscore (>=1.13.0)",
"rich (>=13.9.4)",
"psutil (>=7.0.0)"
]
Expand All @@ -34,7 +34,7 @@ scripts_controller = "bin.scripts_controller:main"
[tool.poetry.group.dev.dependencies]
mypy = "^1.15.0"
types-redis = "^4.6.0.20241004"
types-psutil = "^6.1.0.20241221"
types-psutil = "^7.0.0.20250218"

[build-system]
requires = ["poetry-core>=2.0"]
Expand Down

0 comments on commit d96b175

Please sign in to comment.