chore: ⬆️ update deps
All checks were successful
pilotwings / python (push) Successful in 2m26s
pilotwings / node (push) Successful in 1m27s
pilotwings / docker (push) Successful in 3m2s

This commit is contained in:
Michel Roux 2024-11-09 12:52:58 +01:00
parent 6e1fd52837
commit e741402471
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -984,13 +984,13 @@ files = [
[[package]]
name = "typer"
version = "0.12.5"
version = "0.13.0"
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
optional = false
python-versions = ">=3.7"
files = [
{file = "typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b"},
{file = "typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722"},
{file = "typer-0.13.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"},
{file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"},
]
[package.dependencies]
@ -1326,4 +1326,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.8"
content-hash = "6df37195416ee3ce87d55504ba971bbcb55aa751a7579f7c61fb3081143c1921"
content-hash = "ca779cfca8b16f38b3d8a645e50b25903ba56702a24934b9cca9e14a679ea147"

View File

@ -17,7 +17,7 @@ python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies]
mypy = "^1.13.0"
ruff = "^0.7.2"
ruff = "^0.7.3"
types-docker = "^7.1.0"
[build-system]