Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into flyio
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed Nov 1, 2023
2 parents 9848e04 + e719860 commit 1e15f7b
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 90 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ updates:
schedule:
interval: "monthly"
rebase-strategy: "disabled"
groups:
poetry:
patterns:
- "*"
update-types:
- "minor"
- "patch"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout project
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: setup python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
url: https://rwalk.fly.dev
steps:
- name: checkout project
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: install cosign
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19
- name: verify rwalk image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/digesta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: chainguard-dev/actions/digesta-bot@main
with:
title-for-pr: 'build(Dockerfile): bump python latest tag digest'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN [".venv/bin/python3", "rwalker.py"]
# * Copy venv from st stage
# * Copy simulation data results from nd stage
#
FROM cgr.dev/chainguard/python:latest@sha256:b59e68d922a1e7ac955ad13cadfeaae5ed0097115cfc849e6684128759a8b296
FROM cgr.dev/chainguard/python:latest@sha256:b8ae05271a3ac82634033e938cac688a92952119197056865ffb76e8edf1c008
WORKDIR /home/nonroot
COPY . .
COPY --from=venv /home/nonroot/.venv .venv
Expand Down
199 changes: 117 additions & 82 deletions poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ license = "GPL-3.0-only"

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
pandas = "^2.1.1"
numpy = "^1.26.0"
dash = "^2.13.0"
networkx = "^3.1"
pandas = "^2.1.2"
numpy = "^1.26.1"
dash = "^2.14.1"
networkx = "^3.2"
gunicorn = "^21.2.0"
scipy = "^1.11.3"
dash-cytoscape = "^0.3.0"
Expand Down

0 comments on commit 1e15f7b

Please sign in to comment.