Skip to content

Commit

Permalink
update different dependencies (#514)
Browse files Browse the repository at this point in the history
update dependencies

Co-authored-by: anikaweinmann <[email protected]>
  • Loading branch information
anikaweinmann and anikaweinmann authored May 24, 2024
1 parent 889cdd6 commit 9df8576
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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: |
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- redis

redis:
image: redis:5.0.4-alpine
image: redis:7.2.5-alpine
volumes:
- ./redis_data:/data
environment:
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9df8576

Please sign in to comment.