summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2021-11-09 04:44:56 +0000
committerJohn Villalovos <john@sodarock.com>2021-11-08 20:56:44 -0800
commit205ad5fe0934478eb28c014303caa178f5b8c7ec (patch)
tree229cf9e75d2a2c7dba1a86944abc44af6d8bc6ef
parentc0d881064f7c90f6a510db483990776ceb17b9bd (diff)
downloadgitlab-205ad5fe0934478eb28c014303caa178f5b8c7ec.tar.gz
chore(deps): update dependency types-requests to v2.25.12
-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 0c4eefe..ec2b3f6 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.11
+ - types-requests==2.25.12
diff --git a/requirements-lint.txt b/requirements-lint.txt
index 9c7fbc0..0502acc 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -3,4 +3,4 @@ flake8==4.0.1
isort==5.10.0
mypy==0.910
types-PyYAML==6.0.0
-types-requests==2.25.11
+types-requests==2.25.12