summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2021-10-12 16:42:14 +0000
committerJohn Villalovos <john@sodarock.com>2021-10-12 10:01:44 -0700
commit4eb8ec874083adcf86a1781c7866f9dd014f6d27 (patch)
treeb0b6786835da49c8b449fad85233d8bd529bf5b0
parent63b2070a833fad1959567b0e77f5f6533ca8b459 (diff)
downloadgitlab-4eb8ec874083adcf86a1781c7866f9dd014f6d27.tar.gz
chore(deps): update typing dependencies
-rw-r--r--.pre-commit-config.yaml4
-rw-r--r--requirements-lint.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5731e69..c8cf07e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -25,5 +25,5 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- - types-PyYAML==5.4.10
- - types-requests==2.25.9
+ - types-PyYAML==5.4.11
+ - types-requests==2.25.10
diff --git a/requirements-lint.txt b/requirements-lint.txt
index 3b47c00..962b41a 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -2,5 +2,5 @@ black==20.8b1
flake8==3.9.2
isort==5.9.3
mypy==0.910
-types-PyYAML==5.4.10
-types-requests==2.25.9
+types-PyYAML==5.4.11
+types-requests==2.25.10