From ae9f839ff8bb6e4920250542350f4fbc3f7bbf17 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 28 Jul 2024 17:36:42 +0200 Subject: [PATCH] chore: :arrow_up: update lock --- poetry.lock | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 526971e..c471057 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 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 = "14ffcfd948917d726038fddffa3f3984f2bf17c2dbb33a0ee9890030085cca47" +content-hash = "b08c14c45a83a7cf9648d47bba7233bfbbd245081fc3fec4ef9aa0fbfa690cb4" diff --git a/pyproject.toml b/pyproject.toml index 038ca01..c11a4cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,8 @@ requests = "^2.32.3" transmission-rpc = "^7.0.10" [tool.poetry.group.dev.dependencies] -ruff = "^0.5.2" -mypy = "^1.10.1" +ruff = "^0.5.5" +mypy = "^1.11.0" types-requests = "^2.28.11" [tool.ruff]