Skip to content

Commit ee23d3f

Browse files
Update all patch versions
1 parent 03806a6 commit ee23d3f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile-fillcache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0
1+
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.1
22

33
COPY cache/.ccache /.ccache
44
RUN --mount=type=cache,target=/root/.ccache,id=ccache \

acceptance_tests/poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance_tests/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ authors = []
88
python = ">=3.13,<3.14"
99

1010
[tool.poetry.dev-dependencies]
11-
c2cwsgiutils = { extras = ["tests"], version = "6.1.6" }
11+
c2cwsgiutils = { extras = ["tests"], version = "6.1.7" }
1212
psycopg2 = "2.9.10"
1313
pytest = "8.3.4"

0 commit comments

Comments
 (0)