From bd056719c99a37de77e9af31698751f407768255 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:39:24 +0300 Subject: [PATCH] build: Update Python dependencies (#577) Co-authored-by: rdimitrov <16540482+rdimitrov@users.noreply.github.com> --- Pipfile.lock | 12 ++++++------ requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 032d2794..4da470fc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -132,11 +132,11 @@ }, "idna": { "hashes": [ - "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca", - "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f" + "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc", + "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" ], "markers": "python_version >= '3.5'", - "version": "==3.6" + "version": "==3.7" }, "kombu": { "hashes": [ @@ -795,11 +795,11 @@ }, "idna": { "hashes": [ - "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca", - "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f" + "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc", + "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" ], "markers": "python_version >= '3.5'", - "version": "==3.6" + "version": "==3.7" }, "imagesize": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 5f829cf4..803dc86c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ h11==0.14.0; python_version >= '3.7' httpcore==1.0.5; python_version >= '3.8' httpx==0.27.0; python_version >= '3.8' identify==2.5.35; python_version >= '3.8' -idna==3.6; python_version >= '3.5' +idna==3.7; python_version >= '3.5' imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' iniconfig==2.0.0; python_version >= '3.7' isort==5.13.2; python_full_version >= '3.8.0' diff --git a/requirements.txt b/requirements.txt index 53eaeef7..4adce483 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ dynaconf==3.2.5; python_version >= '3.8' exceptiongroup==1.2.0; python_version < '3.11' fastapi==0.110.1; python_version >= '3.8' h11==0.14.0; python_version >= '3.7' -idna==3.6; python_version >= '3.5' +idna==3.7; python_version >= '3.5' kombu==5.3.6; python_version >= '3.8' prompt-toolkit==3.0.43; python_full_version >= '3.7.0' pydantic==2.6.4; python_version >= '3.8'