From 053364d5f4798033abb0ac4875f06fef99706a85 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 28 Jul 2024 17:39:14 +0200 Subject: [PATCH] chore: :arrow_up: update lock --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a348fb..427f778 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 = "aiofiles" @@ -639,13 +639,13 @@ files = [ [[package]] name = "importlib-metadata" -version = "8.0.0" +version = "8.2.0" description = "Read metadata from Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "importlib_metadata-8.0.0-py3-none-any.whl", hash = "sha256:15584cf2b1bf449d98ff8a6ff1abef57bf20f3ac6454f431736cd3e660921b2f"}, - {file = "importlib_metadata-8.0.0.tar.gz", hash = "sha256:188bd24e4c346d3f0a933f275c2fec67050326a856b9a359881d7c2a697e8812"}, + {file = "importlib_metadata-8.2.0-py3-none-any.whl", hash = "sha256:11901fa0c2f97919b288679932bb64febaeacf289d18ac84dd68cb2e74213369"}, + {file = "importlib_metadata-8.2.0.tar.gz", hash = "sha256:72e8d4399996132204f9a16dcc751af254a48f8d1b20b9ff0f98d4a8f901e73d"}, ] [package.dependencies] @@ -1522,4 +1522,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "8017fd72bd47512ab816c40dd77adaa54c27b02864912770ca34f90cb050d5ee" +content-hash = "246ead01bfa090abfd54b120c7c271478b3b515abc9e633f49192b4261fdedc6" diff --git a/pyproject.toml b/pyproject.toml index 131a479..0e86274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ requests-oauthlib = "^2.0.0" [tool.poetry.dev-dependencies] djlint = "^1.34.1" -mypy = "^1.10.1" -ruff = "^0.5.2" +mypy = "^1.11.0" +ruff = "^0.5.5" types-oauthlib = "^3.2.0" [build-system]