diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-01 22:05:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 22:05:11 -0600 |
commit | c71d8fab4f22a4f18220ed34135709909dbe5d39 (patch) | |
tree | ea25d162f1df1889433a2554b84169b2503b71d8 | |
parent | fab9f2133e54d74d01778327380eb0d0edf5fb5f (diff) | |
parent | 353e442c12b7a2cd0b73161ddd8eab0a8935bfd2 (diff) |
Merge pull request #24 from navanchauhan/dependabot/pip/urllib3-2.2.2
Bump urllib3 from 2.2.1 to 2.2.2
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 0aa903b..88dde15 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "blurhash" @@ -456,13 +456,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.1" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, - {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] @@ -474,4 +474,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5f6d63b006ffdef0a44fea4b77bc327b69be519f7d4b74ab178b851dde13f89f" +content-hash = "3ab731d11ae761b95c3c33b81993d092beec9ec8305a1d11bca54137ebb02004" diff --git a/pyproject.toml b/pyproject.toml index 8ebcfa6..b124e54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ Pygments = "^2.16.1" Pillow = "10.3.0" requests = "^2.31.0" certifi = "^2023.7.22" -urllib3 = "^2.0.7" +urllib3 = "^2.2.2" latex2mathml = "^3.77.0" [tool.poetry.dev-dependencies] |