diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-23 03:52:13 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-23 03:52:13 +0000 |
| commit | 4462720c856378b514d3718fc027d0edb5357da8 (patch) | |
| tree | d7c16984ea349997b5755040f4e615d3dc67a6fa | |
| parent | fix(requirements.txt): add pytz (diff) | |
| download | tinder-bio-dependabot/pip/requests-2.31.0.tar.xz tinder-bio-dependabot/pip/requests-2.31.0.zip | |
build(deps): bump requests from 2.27.1 to 2.31.0dependabot/pip/requests-2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.27.1 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.27.1...v2.31.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f510193..bfbf29f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pytz==2022.1 -requests==2.27.1 +requests==2.31.0 |