diff options
| author | Renovate Bot <bot@renovateapp.com> | 2021-11-10 03:23:35 +0000 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2021-11-09 20:13:05 -0800 |
| commit | 7528d84762f03b668e9d63a18a712d7224943c12 (patch) | |
| tree | cb9539c9ec7679f6c90071206c3989fceb27de7f | |
| parent | 2012975ea96a1d3924d6be24aaf92a025e6ab45b (diff) | |
| download | gitlab-7528d84762f03b668e9d63a18a712d7224943c12.tar.gz | |
chore(deps): update dependency types-requests to v2.26.0
| -rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
| -rw-r--r-- | requirements-lint.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec2b3f6..dfed05b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,4 +26,4 @@ repos: - id: mypy additional_dependencies: - types-PyYAML==6.0.0 - - types-requests==2.25.12 + - types-requests==2.26.0 diff --git a/requirements-lint.txt b/requirements-lint.txt index ab2fe78..8e445e0 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -3,4 +3,4 @@ flake8==4.0.1 isort==5.10.1 mypy==0.910 types-PyYAML==6.0.0 -types-requests==2.25.12 +types-requests==2.26.0 |
