From b79f1115ae7b5f84bf03789f0eaf0b2633e8f3b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 07:55:48 +0000 Subject: [PATCH] Update dependency aiofiles to ^0.8.0 --- integrations/gitlab/poetry.lock | 10 +++++----- integrations/gitlab/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index bca277b34e..28b2b61152 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aiofiles" -version = "0.6.0" +version = "0.8.0" description = "File support for asyncio." optional = false -python-versions = "*" +python-versions = ">=3.6,<4.0" files = [ - {file = "aiofiles-0.6.0-py3-none-any.whl", hash = "sha256:bd3019af67f83b739f8e4053c6c0512a7f545b9a8d91aaeab55e6e0f9d123c27"}, - {file = "aiofiles-0.6.0.tar.gz", hash = "sha256:e0281b157d3d5d59d803e3f4557dcc9a3dff28a4dd4829a9ff478adae50ca092"}, + {file = "aiofiles-0.8.0-py3-none-any.whl", hash = "sha256:7a973fc22b29e9962d0897805ace5856e6a566ab1f0c8e5c91ff6c866519c937"}, + {file = "aiofiles-0.8.0.tar.gz", hash = "sha256:8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59"}, ] [[package]] @@ -1896,4 +1896,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9787481c67594fb578bdbb5d997c7be8ce3e9b80de58f79a2c1a57653fa9d83b" +content-hash = "f5d946503d5db93375c407b8ec3e6fccf088a6f049fd92c590f0a3c37eeac2bf" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 5b8f2035f5..5c0d7eb9fe 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Yair Siman-Tov "] [tool.poetry.dependencies] python = "^3.11" -aiofiles = "^0.6.0" +aiofiles = "^0.8.0" python-gitlab = "^3.14.0" pathlib = "^1.0.1" jsonschema = "^4.17.3"