summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-17 20:19:41 -0600
committerGitHub <noreply@github.com>2023-10-17 20:19:41 -0600
commitd7ca24ce92b949eba1764e30f6ad0ea31539a2a2 (patch)
tree601fcf85cfbdcb678bfa7e8b3556d51346a18928
parentb9d51a93c8d7696c0d40496e52d04be36a9601e2 (diff)
parenta6ddba96af29faeed88dcc2bab5ac5fd795de178 (diff)
Merge pull request #14 from navanchauhan/dependabot/pip/urllib3-2.0.7
Bump urllib3 from 2.0.6 to 2.0.7
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index d89d44b..fd5a8ec 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -307,13 +307,13 @@ files = [
[[package]]
name = "urllib3"
-version = "2.0.6"
+version = "2.0.7"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.7"
files = [
- {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"},
- {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"},
+ {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"},
+ {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"},
]
[package.extras]
@@ -325,4 +325,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
-content-hash = "b4c04c81b6e77ef0c955f7c6c9079899507926ab01d173efe29b4901f1cb36ca"
+content-hash = "d55a1f8fd08f14538217ec4d206eaa74326059579fbf88307bcab379cf028f99"
diff --git a/pyproject.toml b/pyproject.toml
index 7fa5843..d7f0278 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ Pygments = "^2.16.1"
Pillow = "^10.1.0"
requests = "^2.31.0"
certifi = "^2023.7.22"
-urllib3 = "^2.0.6"
+urllib3 = "^2.0.7"
[tool.poetry.dev-dependencies]