From bd3c81148936254cac1a9d55016324afa28d0348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 03:45:54 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /economy Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- economy/poetry.lock | 12 ++++++------ economy/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/economy/poetry.lock b/economy/poetry.lock index 4f501e7..2706da3 100644 --- a/economy/poetry.lock +++ b/economy/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "appdirs" @@ -719,13 +719,13 @@ files = [ [[package]] name = "urllib3" -version = "1.26.18" +version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"}, + {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"}, ] [package.extras] @@ -785,4 +785,4 @@ requests = ">=2.31" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5173a8f2143e9cce22f48d792975684b915bb6a95f5585175512bda076e8e38d" +content-hash = "86a012dce9d044468d1b0a0a01fcfa63ff35aae64e73ad7c08e3df8c4715a501" diff --git a/economy/pyproject.toml b/economy/pyproject.toml index 6d87441..ae52c03 100644 --- a/economy/pyproject.toml +++ b/economy/pyproject.toml @@ -23,7 +23,7 @@ certifi = "~2023.7.22" six = "~1.16.0" python-dateutil = "~2.8.2" idna = "~3.7" -urllib3 = "~1.26.15" +urllib3 = "~1.26.19" setuptools = "~65.5.1"