Skip to content

Commit

Permalink
chore(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 3544bce commit 0c03fda
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
- name: Login to Github Packages
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
mypy:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: "Set up environment"
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
with:
# renovate: datasource=conda depName=conda-forge/python
python-version: "3.12.6"
python-version: "3.13.0"
# renovate: datasource=pypi depName=poetry versioning=pep440
poetry-version: "1.8.3"
poetry-version: "1.8.4"
install-args: --all-extras
- name: Install root
run: poetry run pip install -e . --no-deps
Expand Down Expand Up @@ -54,16 +54,16 @@ jobs:
working-directory: "src"

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
path: src
- name: "Set up environment"
uses: jvansanten/action-setup-cache-python-poetry@working-directory
with:
# renovate: datasource=conda depName=conda-forge/python
python-version: "3.12.6"
python-version: "3.13.0"
# renovate: datasource=pypi depName=poetry versioning=pep440
poetry-version: "1.8.3"
poetry-version: "1.8.4"
install-args: --all-extras
working-directory: src
- name: Install root
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# renovate: datasource=conda depName=conda-forge/python
ARG PYTHON_VERSION=3.12.6
ARG PYTHON_VERSION=3.13.0

FROM python:$PYTHON_VERSION-slim AS base

Expand All @@ -9,7 +9,7 @@ WORKDIR /app
FROM base AS builder

# renovate: datasource=pypi depName=poetry versioning=pep440
ARG POETRY_VERSION=1.8.3
ARG POETRY_VERSION=1.8.4

ENV PIP_DEFAULT_TIMEOUT=100 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ catsHTM = {path = "vendor/github.com/AmpelAstro/catsHTM"}
# catsHTM secretly depends on pkg_resources via hdf5storage
setuptools = {version = "*", python = ">=3.12"}
extcats = "^2.5.0"
uvicorn = {version="^0.31.0", optional=true}
uvicorn = {version="^0.32.0", optional=true}
gunicorn = {version="^23.0.0", optional=true}
pydantic-settings = "^2.5.2"

Expand Down

0 comments on commit 0c03fda

Please sign in to comment.