From bfca1c7a5a1626c295874b351a86d1a719500226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:53:50 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2 in /lib/poseidon_cli Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [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/2.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/poseidon_cli/poetry.lock | 16 ++++++++-------- lib/poseidon_cli/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/poseidon_cli/poetry.lock b/lib/poseidon_cli/poetry.lock index c14af3132..c4678df8b 100644 --- a/lib/poseidon_cli/poetry.lock +++ b/lib/poseidon_cli/poetry.lock @@ -1658,10 +1658,10 @@ netaddr = "0.8.0" pika = "1.3.2" prometheus_client = "^0.17.0" pyyaml = "6.0" -requests = "<2.31.1" +requests = "<2.32.3" schedule = "1.2.0" transitions = "0.9.0" -urllib3 = "<2.0.8" +urllib3 = "<2.2.3" [package.source] type = "directory" @@ -2340,18 +2340,18 @@ typing-extensions = ">=3.7.4" [[package]] name = "urllib3" -version = "2.0.7" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, - {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] -secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"] +h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] @@ -2484,4 +2484,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8 <3.11" -content-hash = "f92ead1be913a6cc0bda0df1accd301c9935cd54522b31a5c0f4e0d9e2e04f34" +content-hash = "0a0813eb39b866fba8aafa57741a63c3c7187bf4adce103379172ed253026316" diff --git a/lib/poseidon_cli/pyproject.toml b/lib/poseidon_cli/pyproject.toml index 27596bef0..fa91e87bc 100644 --- a/lib/poseidon_cli/pyproject.toml +++ b/lib/poseidon_cli/pyproject.toml @@ -15,7 +15,7 @@ natural = "0.2.0" poseidon-core = { path="../poseidon_core", develop=true } texttable = "1.6.7" requests = "<2.31.1" -urllib3 = "<2.0.8" +urllib3 = "<2.2.3" [tool.poetry.dev-dependencies] black = "24.3.0"