From 3da2308f01ea78740e42a41e30a5405c73eb38d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 14 Aug 2022 17:52:41 +0200 Subject: [PATCH] chg: Bump deps --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2ef8a5d..0852516 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1233,7 +1233,7 @@ types-urllib3 = "<1.27" [[package]] name = "types-setuptools" -version = "63.4.1" +version = "64.0.1" description = "Typing stubs for setuptools" category = "dev" optional = false @@ -1410,7 +1410,7 @@ misp = ["python-magic", "pydeep2"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "9d723e8a69ebeac1f5c2da62b90e2abc5fd6f675ff200f69cef1638ed20effee" +content-hash = "ce26fadedd7a02ea21bfb8bcf8394e5f24e26e9033516cbd5c608ecaa954b95b" [metadata.files] aiohttp = [ @@ -2489,8 +2489,8 @@ types-requests = [ {file = "types_requests-2.28.8-py3-none-any.whl", hash = "sha256:b0421f9f2d0dd0f8df2c75f974686517ca67473f05b466232d4c6384d765ad7a"}, ] types-setuptools = [ - {file = "types-setuptools-63.4.1.tar.gz", hash = "sha256:6aad80dd16bb5ee5c78260d7b5536ddbb95470ed8cc3dab19027802a7f8dc362"}, - {file = "types_setuptools-63.4.1-py3-none-any.whl", hash = "sha256:8781e2fe71fd2885b085f2eeaad099468cda791b383ccbc735d9aad0c44f5355"}, + {file = "types-setuptools-64.0.1.tar.gz", hash = "sha256:8290b6bf1d916e6b007784d5cbcd112a1af9a2d76343231fcce0a55185343702"}, + {file = "types_setuptools-64.0.1-py3-none-any.whl", hash = "sha256:005ccb8a1a7d0dce61cd63081dad0ddc599af4413bb49ce1333119a78a7bb2e1"}, ] types-urllib3 = [ {file = "types-urllib3-1.26.22.tar.gz", hash = "sha256:b05af90e73889e688094008a97ca95788db8bf3736e2776fd43fb6b171485d94"}, diff --git a/pyproject.toml b/pyproject.toml index 28a4e15..d413246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ types-pkg-resources = "^0.1.3" types-Deprecated = "^1.2.9" types-python-dateutil = "^2.8.19" types-beautifulsoup4 = "^4.11.4" -types-setuptools = "^63.4.1" +types-setuptools = "^64.0.1" types-Pillow = "^9.2.1" [build-system]