Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent d848e24 commit 9385a6b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies:
Expand Down Expand Up @@ -78,7 +78,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
#- repo: https://github.com/PyCQA/prospector
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.7.3 as base-all
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.1 as base-all
LABEL maintainer Camptocamp "info@camptocamp.com"
SHELL ["/bin/bash", "-o", "pipefail", "-cux"]

Expand Down
54 changes: 27 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ tc-viewer = "tilecloud.scripts.tc_viewer:main"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
azure-storage-blob = { version = "12.18.3", optional = true }
azure-storage-blob = { version = "12.19.0", optional = true }
azure-identity = { version = "1.15.0", optional = true }
boto3 = { version = "1.28.77", optional = true }
boto3 = { version = "1.33.7", optional = true }
bottle = "0.12.25"
prometheus_client = { version = "0.18.0", optional = true }
prometheus_client = { version = "0.19.0", optional = true }
Pillow = "10.1.0"
pyproj = "3.6.1"
pyramid = { version = "2.0.2", optional = true }
Expand All @@ -71,8 +71,8 @@ all = ["azure-storage-blob", "azure-identity", "boto3", "pyramid", "redis", "pro

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "0.3.0"
prospector-profile-utils = "1.1.0"
prospector-profile-duplicated = "0.4.0"
prospector-profile-utils = "1.5.0"
pytest = "7.4.3"
pytest-cov = "4.1.0"
types-boto = "2.49.18.9"
Expand Down

0 comments on commit 9385a6b

Please sign in to comment.