diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-11-23 14:27:00 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-11-23 08:35:47 -0800 |
commit | ec2c68b0b41ac42a2bca61262a917a969cbcbd09 (patch) | |
tree | 5e6b21fae08f3b7d974255649c39d6d5ee1fc21d | |
parent | 5bca87c1e3499eab9b9a694c1f5d0d474ffaca39 (diff) | |
download | gitlab-ec2c68b0b41ac42a2bca61262a917a969cbcbd09.tar.gz |
chore(deps): update dependency types-setuptools to v57.4.3
-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 3ec8d2e..c0c4074 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,4 +27,4 @@ repos: additional_dependencies: - types-PyYAML==6.0.1 - types-requests==2.26.0 - - types-setuptools==57.4.2 + - types-setuptools==57.4.3 diff --git a/requirements-lint.txt b/requirements-lint.txt index 6e17331..b357114 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -5,5 +5,5 @@ mypy==0.910 pytest types-PyYAML==6.0.1 types-requests==2.26.0 -types-setuptools==57.4.2 +types-setuptools==57.4.3 types-toml==0.10.1 |