diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-23 17:36:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 17:36:04 +0200 |
commit | 80528a36093b38d937782c2d74e80d3137d0e30b (patch) | |
tree | f360ffae6bb134590fa3869e5dc958a98e9c30d2 | |
parent | a5251e23816116ae7dee3874e1e2be532bc192e4 (diff) |
build(deps): bump requests from 2.25.1 to 2.26.0
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.26.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 b07c178..6cc52ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 -requests==2.25.1 +requests==2.26.0 ruamel.yaml==0.17.10 ruamel.yaml.clib==0.2.6 |