From 7ddcf53dc8cc8bf89db750eb8dee8cc8cf26ba32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:55:36 -0300 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.4 to 1.26.18 (#13) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 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.4...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b92aa21..d3010c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2652,13 +2652,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] @@ -2759,4 +2759,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = ">=3.6.1,<3.9" -content-hash = "6920b9e04b2fa474ac6a4a12c633448209cb02bcfb6f4554aac110c848af79cf" +content-hash = "e1a929cf44336c04b818374cbbfdae0472a4f6ee48cd032b27cc750047583a6f" diff --git a/pyproject.toml b/pyproject.toml index 21543c6..99861be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ jsonschema = "^3.2.0" tqdm = "^4.49.0" pyfluidsynth = "^1.2.5" vamp = "^1.1.0" -urllib3 = "1.26.17" +urllib3 = "1.26.18" spleeter = "^2.3.0" mir_eval = "^0.6" tensorflow = "2.5.0"