diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-02 04:29:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 04:29:44 +0000 |
commit | 9b0d79c54ea8893818c5e675554609c1ccec5649 (patch) | |
tree | 34439fa2823079295d045aca9ed591bdcfaaff5f /pyproject.toml | |
parent | 9729d6e644488d1e74859cedcaff23bd3f33130c (diff) |
Bump requests from 2.31.0 to 2.32.2
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
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" |