diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-17 20:19:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 20:19:41 -0600 |
commit | d7ca24ce92b949eba1764e30f6ad0ea31539a2a2 (patch) | |
tree | 601fcf85cfbdcb678bfa7e8b3556d51346a18928 /pyproject.toml | |
parent | b9d51a93c8d7696c0d40496e52d04be36a9601e2 (diff) | |
parent | a6ddba96af29faeed88dcc2bab5ac5fd795de178 (diff) |
Merge pull request #14 from navanchauhan/dependabot/pip/urllib3-2.0.7
Bump urllib3 from 2.0.6 to 2.0.7
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 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] |