diff --git a/Dockerfiles/Dockerfile.dss b/Dockerfiles/Dockerfile.dss index 105ebed..60ec542 100644 --- a/Dockerfiles/Dockerfile.dss +++ b/Dockerfiles/Dockerfile.dss @@ -1,7 +1,7 @@ # Stage 1, create base # Reference from https://github.com/pypa/pipenv/issues/3160#issuecomment-510951442 -FROM python:3.9.18-slim AS base +FROM python:3.13.6-slim AS base ENV PYROOT /pyroot ENV PYTHONUSERBASE $PYROOT diff --git a/Pipfile b/Pipfile index da1bc77..887eac7 100644 --- a/Pipfile +++ b/Pipfile @@ -4,39 +4,39 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] -pytest = "==8.1.1" -responses = "==0.20.0" +pytest = "==8.4.1" +responses = "==0.25.8" mock = "==4.0.3" unittest2 = "==1.1.0" -pre-commit = "==3.7.0" +pre-commit = "==3.8.0" flake8 = "==4.0.1" -autopep8 = "==1.6.0" +autopep8 = "==1.7.0" pipenv = "==2023.12.1" -pep8-naming = "==0.12.1" +pep8-naming = "==0.15.1" pytest-cov = "==3.0.0" [packages] logmatic-python = "==0.1.7" -confluent-kafka = "==2.5.0" +confluent-kafka = "==2.11.0" jaeger-client = "==4.8.0" -prometheus-client = "==0.14.0" -psycopg2-binary = "==2.9.3" -click = "==8.1.2" -flask = "==2.2.5" +prometheus-client = "==0.22.1" +psycopg2-binary = "==2.9.10" +click = "==8.2.1" +flask = "==2.3.3" backoff = "==1.11.1" -boxsdk = {extras = ["jwt"],version = "==3.2.0"} +boxsdk = {extras = ["jwt"],version = "==3.14.0"} cryptography = "==43.0.1" hvac = "==0.11.2" asyncio = "==3.4.3" requests = "==2.32.3" gunicorn = "==22.0.0" gevent = "==23.9.1" -pyjwt = "==2.5.0" +pyjwt = "==2.10.1" ibm-db = "==3.2.6" detect-secrets = {ref = "0.13.1+ibm.62.dss", git = "https://github.com/ibm/detect-secrets.git"} -pytest = "==8.1.1" -Werkzeug = "== 3.0.6" -pre-commit = "==3.7.0" +pytest = "==8.4.1" +Werkzeug = "==3.1.3" +pre-commit = "==3.8.0" [requires] python_version = "3.9"