Skip to content

Commit

Permalink
lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Oct 17, 2023
1 parent 1236ec3 commit 256da7e
Show file tree
Hide file tree
Showing 7 changed files with 5,530 additions and 3,702 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ fmt:

lint:
ruff supervisor_react
flake8 supervisor_react
bandit -c pyproject.toml -r supervisor_react
pylint supervisor_react
mypy supervisor_react
Expand Down
715 changes: 227 additions & 488 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ uvicorn = "*"
[tool.poetry.group.dev.dependencies]
bandit = {extras = ["toml"], version = "*"}
black = "*"
flake8-bugbear = "*"
flake8-pyproject = "*"
isort = "*"
mypy = "*"
pylint = "*"
Expand Down
8,504 changes: 5,298 additions & 3,206 deletions react-app/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-app/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $SUDO docker run \
-w /srv \
--network=host \
-it \
alpine:3.18.0 sh -x -c '
alpine:3.18.3 sh -x -c '
set -e
apk add --no-cache alpine-conf
setup-apkcache /var/cache/apk
Expand Down
4 changes: 2 additions & 2 deletions react-app/update.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash -x

sudo nerdctl run \
docker run \
-v "$(readlink -f "$(dirname "$0")")":/srv \
-w /opt \
alpine:3.18.0 sh -x -c '
alpine:3.18.3 sh -x -c '
set -e
apk add --no-cache alpine-conf
setup-apkcache /var/cache/apk
Expand Down
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x

sudo nerdctl run \
docker run \
-v "$(readlink -f "$(dirname "$0")")":/srv \
-w /srv \
jouve/poetry:1.4.2-alpine3.18.0 poetry lock
jouve/poetry:1.6.1 poetry lock

0 comments on commit 256da7e

Please sign in to comment.