summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2021-09-01 09:27:24 +0000
committerJohn Villalovos <john@sodarock.com>2021-09-01 07:17:35 -0700
commitbdb6cb932774890752569ebbc86509e011728ae6 (patch)
tree1a7451a20495b109b642b2f6fe7b9692dbf8f023
parentd98d948f997e973a42a8a21dfdbba0b435a602df (diff)
downloadgitlab-bdb6cb932774890752569ebbc86509e011728ae6.tar.gz
chore(deps): update dependency types-pyyaml to v5.4.10
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--requirements-lint.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9c70b19..ce9da33 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.8
+ - types-PyYAML==5.4.10
- types-requests==2.25.6
diff --git a/requirements-lint.txt b/requirements-lint.txt
index 7d6b3e2..b71da22 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.8
+types-PyYAML==5.4.10
types-requests==2.25.6