From 0b4cbc191fdee74dc1b0321e53bd19590085bdd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:55:12 +0000 Subject: [PATCH] chore(deps): pin dependencies --- docker-compose.yml | 2 +- services/docker-cron/Dockerfile | 2 +- services/docker-cron/requirements.txt | 6 +++--- services/fswatch/Dockerfile | 2 +- services/nginx/Dockerfile | 2 +- tagbase_server/Dockerfile | 2 +- tagbase_server/pyproject.toml | 4 ++-- tagbase_server/requirements.txt | 10 +++++----- tagbase_server/test-requirements.txt | 6 +++--- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5780657e..cb6344fe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -94,7 +94,7 @@ services: expose: - 5434 hostname: pgadmin4 - image: dpage/pgadmin4:9.17 + image: dpage/pgadmin4:9.17@sha256:2f4ce946ddf8360680d7eff4eaba1d91859eb6b4003e6623bad5c63a322c2f4d labels: "docker_compose_diagram.cluster": "Internal Network" "docker_compose_diagram.description": "PostgreSQL administration" diff --git a/services/docker-cron/Dockerfile b/services/docker-cron/Dockerfile index 1f48c41c..830e3178 100644 --- a/services/docker-cron/Dockerfile +++ b/services/docker-cron/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14-slim-bookworm +FROM python:3.14-slim-bookworm@sha256:23c59390fc717bf09f9336908199a0ae75d9c4264bf296123f94ad772fea3b52 ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 diff --git a/services/docker-cron/requirements.txt b/services/docker-cron/requirements.txt index 1856f0e3..1f4b549c 100644 --- a/services/docker-cron/requirements.txt +++ b/services/docker-cron/requirements.txt @@ -1,3 +1,3 @@ -pandas>=2.3.3,<3 -psycopg2-binary~=2.9.12 -requests~=2.34.2 +pandas==2.3.3 +psycopg2-binary==2.9.12 +requests==2.34.2 diff --git a/services/fswatch/Dockerfile b/services/fswatch/Dockerfile index e525548c..e6b27f4a 100644 --- a/services/fswatch/Dockerfile +++ b/services/fswatch/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14-slim-bookworm +FROM python:3.14-slim-bookworm@sha256:23c59390fc717bf09f9336908199a0ae75d9c4264bf296123f94ad772fea3b52 WORKDIR /usr/src/app diff --git a/services/nginx/Dockerfile b/services/nginx/Dockerfile index 9a4e177f..fdc1fc09 100644 --- a/services/nginx/Dockerfile +++ b/services/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29-bookworm +FROM nginx:1.29-bookworm@sha256:8adbdcb969e2676478ee2c7ad333956f0c8e0e4c5a7463f4611d7a2e7a7ff5dc ARG NGINX_PASS ARG NGINX_USER diff --git a/tagbase_server/Dockerfile b/tagbase_server/Dockerfile index c6f9bbaa..985fd942 100644 --- a/tagbase_server/Dockerfile +++ b/tagbase_server/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14-slim-bookworm +FROM python:3.14-slim-bookworm@sha256:23c59390fc717bf09f9336908199a0ae75d9c4264bf296123f94ad772fea3b52 RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app/logs diff --git a/tagbase_server/pyproject.toml b/tagbase_server/pyproject.toml index caeab9fc..a1f85473 100644 --- a/tagbase_server/pyproject.toml +++ b/tagbase_server/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61", "wheel"] +requires = ["setuptools==84.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -7,7 +7,7 @@ name = "tagbase_server" version = "v0.14.0" description = "tagbase-server API" readme = "README.md" -requires-python = ">=3.10,<3.15" +requires-python = "==3.14.7" authors = [{ name = "Tagbase Dev Team", email = "tagtuna@gmail.com" }] keywords = ["OpenAPI", "tagbase-server API"] classifiers = [ diff --git a/tagbase_server/requirements.txt b/tagbase_server/requirements.txt index 7fd2dccb..b1594759 100644 --- a/tagbase_server/requirements.txt +++ b/tagbase_server/requirements.txt @@ -9,10 +9,10 @@ opentelemetry-instrumentation-flask==0.60b1 opentelemetry-instrumentation-logging==0.60b1 opentelemetry-instrumentation-psycopg2==0.60b1 pandas==2.3.3 -parmap>=1.7.0 -patool>=1.12 +parmap==1.7.0 +patool==4.0.5 psycopg2-binary==2.9.12 -python_dateutil>=2.6.0 -pyunpack>=0.3 +python_dateutil==2.9.0.post0 +pyunpack==0.3 tqdm==4.70.0 -tzlocal>=4.1 +tzlocal==5.4.4 diff --git a/tagbase_server/test-requirements.txt b/tagbase_server/test-requirements.txt index eee06982..3cba27f5 100644 --- a/tagbase_server/test-requirements.txt +++ b/tagbase_server/test-requirements.txt @@ -1,5 +1,5 @@ -pytest~=9.1.1 -pytest-cov>=2.8.1 +pytest==9.1.1 +pytest-cov==7.1.0 pytest-randomly==4.1.0 -httpx>=0.27.0 +httpx==0.28.1 diff-cover==10.5.0