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 /pyproject.toml | |
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
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |