diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-17 02:52:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 02:52:32 +0000 |
commit | 9d62f04c3030088a3a4b8bd851235a54ad6eadb3 (patch) | |
tree | 474e9bc5e5ef031c4e3104cc0ed7b4b3bc2a3f79 | |
parent | 0fbdd7fced2c445a425621f3b106f257748dc0ba (diff) |
Bump requests from 2.28.2 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [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.28.2...v2.31.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 70c6fdf..206c0d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask==2.2.3 -requests==2.28.2 +requests==2.31.0 humanize==4.8.0 PyYAML==6.0 APScheduler==3.10.4 |