Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bases/ecoindex/cli/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.30.1
2.31.0
2 changes: 1 addition & 1 deletion projects/ecoindex_api/docker/worker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY projects/ecoindex_api/dist/$wheel $wheel
RUN pip install --no-cache-dir $wheel
RUN pip install --no-cache-dir aiomysql asyncpg

RUN uv run camoufox fetch
RUN python -m camoufox fetch

RUN rm -rf $wheel requirements.txt /tmp/dist /var/lib/{apt,dpkg,cache,log}/

Expand Down
2 changes: 1 addition & 1 deletion projects/ecoindex_cli/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY projects/ecoindex_cli/dist/$wheel $wheel
RUN pip install --no-cache-dir $wheel

RUN uv run camoufox fetch
RUN python -m camoufox fetch

RUN rm -rf $wheel requirements.txt /tmp/dist /var/lib/{apt,dpkg,cache,log}/
2 changes: 1 addition & 1 deletion projects/ecoindex_cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ecoindex_cli"
version = "2.30.1"
version = "2.31.0"
description = "`ecoindex-cli` is a CLI tool that let you make ecoindex tests on given pages"
readme = "README.md"
requires-python = ">=3.10,<3.13"
Expand Down
66 changes: 33 additions & 33 deletions uv.lock

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

Loading