diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09e02539..a7da6b86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: python: python3.8 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-ast types: [file, python] @@ -19,7 +19,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: ["--py38-plus"] @@ -31,12 +31,12 @@ repos: types: [file, python] args: ["--profile", "black", "--filter-files", "--gitignore"] - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black types: [file, python] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.41.0 hooks: - id: markdownlint types: [file, markdown] diff --git a/compose.yaml b/compose.yaml index c2cf9e21..6a2bec6d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,7 +19,7 @@ services: options: max-file: 20 max-size: 10m - + api: healthcheck: diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index 90f29504..aa9e3963 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -367,7 +367,7 @@ wcwidth==0.2.12 # via blessed yarl==1.9.4 # via aiohttp -zipp==3.17.0 +zipp==3.19.1 # via # -r requirements.txt # importlib-resources diff --git a/src/requirements.in b/src/requirements.in index 3013ded1..e70f4996 100644 --- a/src/requirements.in +++ b/src/requirements.in @@ -21,3 +21,4 @@ grpcio>=1.53.0 # CVE-2023-32732, CVE-2023-32731, CVE-2023-1428 pyyaml>=5.4.0 # CVE-2020-14343 sqlparse>=0.5.0 # CVE-2024-4340 urllib3>=2.2.2 # CVE-2024-37891 +zipp>=3.19.1 # CVE-2024-5569 diff --git a/src/requirements.txt b/src/requirements.txt index 4a04fef1..1e16bb40 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -175,5 +175,7 @@ urllib3==2.2.2 # via # -r requirements.in # requests -zipp==3.17.0 - # via importlib-resources +zipp==3.19.1 + # via + # -r requirements.in + # importlib-resources