summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-07-25 01:40:37 +0000
committerJohn Villalovos <john@sodarock.com>2022-07-24 19:45:54 -0700
commitf2209a0ea084eaf7fbc89591ddfea138d99527a6 (patch)
tree75d7646a0da045eff03bf5aa498f91286169fe9b
parent03f548453d84d99354aae7b638f5267e5d751c59 (diff)
downloadgitlab-f2209a0ea084eaf7fbc89591ddfea138d99527a6.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 382e2cf..47860cb 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -35,6 +35,6 @@ repos:
- id: mypy
args: []
additional_dependencies:
- - types-PyYAML==6.0.10
- - types-requests==2.28.1
+ - types-PyYAML==6.0.11
+ - types-requests==2.28.3
- types-setuptools==57.4.18
diff --git a/requirements-lint.txt b/requirements-lint.txt
index 4cbbe0f..8372eed 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -6,6 +6,6 @@ isort==5.10.1
mypy==0.961
pylint==2.14.5
pytest==7.1.2
-types-PyYAML==6.0.10
-types-requests==2.28.1
+types-PyYAML==6.0.11
+types-requests==2.28.3
types-setuptools==57.4.18