diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-01 22:29:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 22:29:56 -0600 |
commit | 76864ef3c910377fec3defe611226cd8054bc68f (patch) | |
tree | 34439fa2823079295d045aca9ed591bdcfaaff5f /pyproject.toml | |
parent | 9729d6e644488d1e74859cedcaff23bd3f33130c (diff) | |
parent | 9b0d79c54ea8893818c5e675554609c1ccec5649 (diff) |
Merge pull request #25 from navanchauhan/dependabot/pip/requests-2.32.2
Bump requests from 2.31.0 to 2.32.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 586b638..c8ac9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ markdown2 = "^2.4.10" Pygments = "^2.16.1" "Mastodon.py" = "^1.8.0" Pillow = "10.3.0" -requests = "^2.31.0" +requests = "^2.32.2" certifi = "^2023.7.22" urllib3 = "^2.2.2" latex2mathml = "^3.77.0" |