chore: ⬆️ update deps
All checks were successful
divent / lint (push) Successful in 1m55s
divent / docker (push) Successful in 1m59s
divent / pypi (push) Has been skipped

This commit is contained in:
Michel Roux 2024-07-15 16:00:23 +02:00
parent 283cf7b1a1
commit d29793edad
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -369,13 +369,13 @@ files = [
[[package]] [[package]]
name = "exceptiongroup" name = "exceptiongroup"
version = "1.2.1" version = "1.2.2"
description = "Backport of PEP 654 (exception groups)" description = "Backport of PEP 654 (exception groups)"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "exceptiongroup-1.2.1-py3-none-any.whl", hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad"}, {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"},
{file = "exceptiongroup-1.2.1.tar.gz", hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16"}, {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"},
] ]
[package.extras] [package.extras]
@ -1522,4 +1522,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
content-hash = "9e1fa47753f65a080dcad842ec1e4b4de8ae63d00b65d07e80c063cad916b076" content-hash = "8017fd72bd47512ab816c40dd77adaa54c27b02864912770ca34f90cb050d5ee"

View File

@ -22,7 +22,7 @@ requests-oauthlib = "^2.0.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
djlint = "^1.34.1" djlint = "^1.34.1"
mypy = "^1.10.1" mypy = "^1.10.1"
ruff = "^0.5.1" ruff = "^0.5.2"
types-oauthlib = "^3.2.0" types-oauthlib = "^3.2.0"
[build-system] [build-system]