chore: ⬆️ update lock
All checks were successful
dl / lint (push) Successful in 1m14s
dl / docker (push) Successful in 35s

This commit is contained in:
Michel Roux 2024-08-21 09:48:56 +02:00
parent be2f530901
commit 7fbb777f68
2 changed files with 4 additions and 4 deletions

4
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "certifi"
@ -301,4 +301,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "a4ba64fe554e43d91f218ea355047626d9a37a889d3d8943a39e99bf647cb189"
content-hash = "60b78e97c111ac4ad8d502d074aadf338f38f404800c903b3e67c22fa181d00c"

View File

@ -8,10 +8,10 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.32.3"
transmission-rpc = "^7.0.10"
transmission-rpc = "^7.0.11"
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.0"
ruff = "^0.6.1"
mypy = "^1.11.1"
types-requests = "^2.28.11"