From 12f3a160fa5a5ef56a43be6bb31f089f7e5a8541 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:20:21 +0300 Subject: [PATCH] build: Update Python dependencies (#614) Co-authored-by: rdimitrov <16540482+rdimitrov@users.noreply.github.com> --- Pipfile.lock | 24 ++++++++++++------------ requirements-dev.txt | 6 +++--- requirements.txt | 6 +++--- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index a3ac7d4d..7611a14a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -59,11 +59,11 @@ }, "certifi": { "hashes": [ - "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f", - "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" + "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516", + "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56" ], "markers": "python_version >= '3.6'", - "version": "==2024.2.2" + "version": "==2024.6.2" }, "click": { "hashes": [ @@ -609,11 +609,11 @@ }, "typing-extensions": { "hashes": [ - "sha256:8cbcdc8606ebcb0d95453ad7dc5065e6237b6aa230a31e81d0f440c30fed5fd8", - "sha256:b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594" + "sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a", + "sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1" ], "markers": "python_version >= '3.8'", - "version": "==4.12.0" + "version": "==4.12.1" }, "tzdata": { "hashes": [ @@ -712,12 +712,12 @@ "standard" ], "hashes": [ - "sha256:78fa0b5f56abb8562024a59041caeb555c86e48d0efdd23c3fe7de7a4075bdab", - "sha256:f678dec4fa3a39706bbf49b9ec5fc40049d42418716cea52b53f07828a60aa37" + "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81", + "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==0.30.0" + "version": "==0.30.1" }, "uvloop": { "hashes": [ @@ -1009,11 +1009,11 @@ }, "certifi": { "hashes": [ - "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f", - "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" + "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516", + "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56" ], "markers": "python_version >= '3.6'", - "version": "==2024.2.2" + "version": "==2024.6.2" }, "cffi": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index bb760d18..0b7cfffe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ babel==2.15.0; python_version >= '3.8' bandit==1.7.8; python_version >= '3.8' black==24.4.2; python_version >= '3.8' cachetools==5.3.3; python_version >= '3.7' -certifi==2024.2.2; python_version >= '3.6' +certifi==2024.6.2; python_version >= '3.6' cffi==1.16.0; platform_python_implementation != 'PyPy' cfgv==3.4.0; python_version >= '3.8' chardet==5.2.0; python_version >= '3.7' @@ -106,10 +106,10 @@ redis==5.0.4; python_version >= '3.7' shellingham==1.5.4; python_version >= '3.7' starlette==0.37.2; python_version >= '3.8' typer==0.12.3; python_version >= '3.7' -typing-extensions==4.12.0; python_version >= '3.8' +typing-extensions==4.12.1; python_version >= '3.8' tzdata==2024.1; python_version >= '2' ujson==5.10.0; python_version >= '3.8' -uvicorn[standard]==0.30.0; python_version >= '3.8' +uvicorn[standard]==0.30.1; python_version >= '3.8' uvloop==0.19.0 vine==5.1.0; python_version >= '3.6' watchfiles==0.22.0 diff --git a/requirements.txt b/requirements.txt index 519ebf09..f769018b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ annotated-types==0.7.0; python_version >= '3.8' anyio==4.4.0; python_version >= '3.8' billiard==4.2.0; python_version >= '3.7' celery==5.4.0; python_version >= '3.8' -certifi==2024.2.2; python_version >= '3.6' +certifi==2024.6.2; python_version >= '3.6' click==8.1.7; python_version >= '3.7' click-didyoumean==0.3.1; python_full_version >= '3.6.2' click-plugins==1.1.1 @@ -40,10 +40,10 @@ six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3 sniffio==1.3.1; python_version >= '3.7' starlette==0.37.2; python_version >= '3.8' typer==0.12.3; python_version >= '3.7' -typing-extensions==4.12.0; python_version >= '3.8' +typing-extensions==4.12.1; python_version >= '3.8' tzdata==2024.1; python_version >= '2' ujson==5.10.0; python_version >= '3.8' -uvicorn[standard]==0.30.0; python_version >= '3.8' +uvicorn[standard]==0.30.1; python_version >= '3.8' uvloop==0.19.0 vine==5.1.0; python_version >= '3.6' watchfiles==0.22.0