diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 001cb5635..b59542f8f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace exclude: | @@ -22,7 +22,7 @@ repos: src/actinia_core.egg-info/ ) - repo: https://github.com/mundialis/github-workflows - rev: 1.0.3 + rev: 1.1.0 hooks: - id: linting diff --git a/docker/docker-compose-dev.yml b/docker/docker-compose-dev.yml index 5539ea688..1494c8615 100644 --- a/docker/docker-compose-dev.yml +++ b/docker/docker-compose-dev.yml @@ -44,7 +44,7 @@ services: - actinia-dev redis: - image: redis:5.0.4-alpine + image: redis:7.2.5-alpine volumes: - ./redis_data:/data environment: @@ -63,7 +63,7 @@ services: - actinia-dev redis-queue: - image: redis:5.0.4-alpine + image: redis:7.2.5-alpine volumes: - ./redis_queue_data:/data environment: diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index be3484fbb..cde446986 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -20,7 +20,7 @@ services: - redis redis: - image: redis:5.0.4-alpine + image: redis:7.2.5-alpine volumes: - ./redis_data:/data environment: diff --git a/pyproject.toml b/pyproject.toml index cd65707a6..f7f00eb66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,17 +39,17 @@ dependencies = [ "Flask>=3.0.0", "boto3>=1.6.6", "colorlog>=4.2.1", - "docutils==0.20.1", + "docutils==0.21.2", "Flask-HTTPAuth>=3.2.3", "Flask-RESTful>=0.3.9", "flask-restful-swagger-2", "Flask-Cors>=3.0.3", "fluent-logger>=0.9.4", "google-cloud>=0.32.0", - "google-cloud-bigquery<=3.0.0", + "google-cloud-bigquery<=3.23.1", "google-cloud-storage>=1.6.0", - "gunicorn>=19.9.0", - "matplotlib==3.3.4", + "gunicorn>=22.0.0", + "matplotlib==3.9.0", "passlib>=1.7.1", "ply>=3.11", "psutil>=5.7.0", @@ -60,14 +60,14 @@ dependencies = [ "redis>=2.10.6", "requests>=2.20.0", "rq>=0.10.0", - "setuptools", + "setuptools==65.5.1", "uWSGI>=2.0.17", "wheel", "geopandas", - "rasterio==1.3.4", + "rasterio==1.3.10", "pystac==0.5.6", "PyJWT", - "werkzeug==3.0.1", + "werkzeug==3.0.3", "pandas", "sentinelsat", "tqdm", diff --git a/requirements.txt b/requirements.txt index 28e7a375f..0d6acd6fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ boto3>=1.6.6 colorlog>=4.2.1 -docutils==0.20.1 +docutils==0.21.2 Flask>=3.0.0 Flask-HTTPAuth>=3.2.3 Flask-RESTful>=0.3.9 @@ -12,8 +12,8 @@ fluent-logger>=0.9.4 google-cloud>=0.32.0 google-cloud-bigquery<=3.0.0 google-cloud-storage>=1.6.0 -gunicorn>=19.9.0 -matplotlib==3.3.4 +gunicorn>=22.0.0 +matplotlib==3.9.0 passlib>=1.7.1 ply>=3.11 psutil>=5.7.0 @@ -24,14 +24,14 @@ Sphinx>=1.7.1 redis>=2.10.6 requests>=2.20.0 rq>=0.10.0 -setuptools +setuptools==65.5.1 uWSGI>=2.0.17 wheel geopandas -rasterio==1.3.4 -pystac==0.5.6 +rasterio==1.3.10 +pystac==1.10.1 PyJWT -werkzeug==3.0.1 +werkzeug==3.0.3 # required for running i.sentinel.download from GCS: pandas sentinelsat