From 9220059e79a83cf433e9f305d2fb0d4f9c5bb464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:21:48 +0000 Subject: [PATCH 1/2] Bump urllib3 from 1.26.17 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ca919d5..e7c57be2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "altgraph" @@ -720,13 +720,13 @@ files = [ [[package]] name = "urllib3" -version = "1.26.17" +version = "1.26.18" 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.*" files = [ - {file = "urllib3-1.26.17-py2.py3-none-any.whl", hash = "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b"}, - {file = "urllib3-1.26.17.tar.gz", hash = "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"}, + {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, + {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, ] [package.extras] @@ -763,4 +763,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<=3.11.4" -content-hash = "1a1e9d31574d715bafd46e1039e7835bf04f71794cefe10bffc0226f24e623f2" +content-hash = "c85ef10820775d3adf420d49ede62363c288131cb3ae54f0b8aa152f38f7a19b" diff --git a/pyproject.toml b/pyproject.toml index a353562d..06d6f9fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ soupsieve = "2.3.2.post1" termcolor = "1.1.0" texttable = "1.6.4" threadpoolctl = "3.1.0" -urllib3 = "1.26.17" +urllib3 = "1.26.18" validators = "0.20.0" treelib = "^1.6.1" numpy = "1.24.4" From 87d861d9c9008234842db73f9ae81224eda68bf8 Mon Sep 17 00:00:00 2001 From: Akeem King Date: Wed, 18 Oct 2023 06:49:54 -0400 Subject: [PATCH 2/2] Update requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b0c02c3..37d0131e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,6 +41,6 @@ threadpoolctl==3.1.0 ; python_version >= "3.9" and python_full_version <= "3.11. tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11" treelib==1.7.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" unipath==1.1 ; python_version >= "3.9" and python_full_version <= "3.11.4" -urllib3==1.26.17 ; python_version >= "3.9" and python_full_version <= "3.11.4" +urllib3==1.26.18 ; python_version >= "3.9" and python_full_version <= "3.11.4" validators==0.20.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" yattag==1.15.1 ; python_version >= "3.9" and python_full_version <= "3.11.4"