diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e3367f..c2b88e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-docstring-first diff --git a/setup.cfg b/setup.cfg index 7bcc895..2f9238b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ packages = find: install_requires = Flask>=3,<4 Flask-APScheduler==1.13.1 - datadog==0.50.1 + datadog==0.50.2 gql[all]==3.5.0 [flake8]