diff --git a/.meta.toml b/.meta.toml index efe635d..2080f23 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/pure-python [meta] template = "pure-python" -commit-id = "d1a00d25" +commit-id = "886d86ee" [python] with-windows = false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92c124c..4cafb79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: autopep8 args: [--in-place, --aggressive, --aggressive] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py39-plus] diff --git a/src/zope/meta/default/pre-commit-config.yaml.j2 b/src/zope/meta/default/pre-commit-config.yaml.j2 index 4c458ae..6300e00 100644 --- a/src/zope/meta/default/pre-commit-config.yaml.j2 +++ b/src/zope/meta/default/pre-commit-config.yaml.j2 @@ -10,7 +10,7 @@ repos: - id: autopep8 args: [--in-place, --aggressive, --aggressive] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py%(oldest_python_version)s-plus]