Skip to content

Commit dfab171

Browse files
chore: bump deps
1 parent 5bd3c07 commit dfab171

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ JWT_LIFE_SPAN=120
2323
MEETUP_EMAIL=[email protected]
2424
MEETUP_PASS=supersecurepassword
2525
MIN=30
26-
POETRY=1.3.2
26+
POETRY=1.7.1
2727
PORT=3000
2828
PRIV_KEY_B64=base64_encoded_private_pem_key
2929
PUB_KEY_B64=base64_encoded_public_pem_key
30-
PY_VER=3.10.9
30+
PY_VER=3.11.6
3131
REDIRECT_URI=https://acme.com
3232
REGISTRY_URL=registry.heroku.com/${HEROKU_APP}/web
3333
RUN_TIME=1400

app/justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ set positional-arguments
99
# set env var
1010
export APP := `echo ${APP_NAME:-"meetup_bot"}`
1111
export CWD := `echo ${PWD}`
12-
export POETRY := `echo ${POETRY:-1.3.2}`
13-
export PY_VER := `echo ${PY_VER:-3.10.9}`
12+
export POETRY := `echo ${POETRY:-1.7.1}`
13+
export PY_VER := `echo ${PY_VER:-3.11.6}`
1414
export SCRIPT := `echo ${SCRIPT:-"scheduler.sh"}`
1515
export SHELL := "/bin/bash"
1616
export TAG := "registry.heroku.com/${HEROKU_APP}/web:latest"
@@ -86,7 +86,7 @@ install args=CWD:
8686
fi
8787

8888
# install asdf
89-
git clone https://github.com/asdf-vm/asdf.git "{{home_dir}}/.asdf" --branch v0.11.1
89+
git clone https://github.com/asdf-vm/asdf.git "{{home_dir}}/.asdf" --branch v0.14.0
9090
. "{{home_dir}}/.asdf/asdf.sh"
9191

9292
# install python w/asdf

0 commit comments

Comments
 (0)