Gitlab - Argos ALM by PALO IT

chore: Update version and Python dependency in pyproject.toml

parent a6a8a74d
[tool.poetry] [tool.poetry]
name = "log-call" name = "log-call"
version = "2.0.0" version = "2.0.1"
description = "log-call is a Python library that provides a decorator to log function calls." description = "log-call is a Python library that provides a decorator to log function calls."
authors = ["Miguel Galindo Rodriguez <mgalindo@palo-it.com>"] authors = ["Miguel Galindo Rodriguez <mgalindo@palo-it.com>"]
readme = "README.md" readme = "README.md"
packages = [{ include = "pit", from = "src" }] packages = [{ include = "pit", from = "src" }]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = ">=3.11"
[tool.poetry.group.test.dependencies] [tool.poetry.group.test.dependencies]
black = "^24.4.0" black = "^24.4.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment