summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-01 20:34:14 +0100
committerGitHub <noreply@github.com>2022-03-01 20:34:14 +0100
commit682dba0e128154ee327c5685d57e22bfe8ebf509 (patch)
treee2b24354e569834a84738b8e3e49e6a50a47aa5b /.pre-commit-config.yaml
parentaf573423a83f55178931a168b598359008996e32 (diff)
downloadastroid-git-682dba0e128154ee327c5685d57e22bfe8ebf509.tar.gz
Bump types-pkg-resources from 0.1.2 to 0.1.3 (#1431)
* Bump types-pkg-resources from 0.1.2 to 0.1.3 Bumps [types-pkg-resources](https://github.com/python/typeshed) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pkg-resources dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 073eed71..b7d92715 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -74,7 +74,7 @@ repos:
require_serial: true
additional_dependencies:
[
- "types-pkg_resources==0.1.2",
+ "types-pkg_resources==0.1.3",
"types-six",
"types-attrs",
"types-python-dateutil",