diff --git a/Pipfile.lock b/Pipfile.lock index 06ccc804..9c05e63c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -804,11 +804,11 @@ }, "exceptiongroup": { "hashes": [ - "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad", - "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16" + "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b", + "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc" ], "markers": "python_version < '3.11'", - "version": "==1.2.1" + "version": "==1.2.2" }, "h11": { "hashes": [ diff --git a/VERSION.txt b/VERSION.txt index 1b1e568d..6b2e59de 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.1-d35439e6 \ No newline at end of file +0.1-3040c41a \ No newline at end of file diff --git a/dev-tools/update_pipenv.sh b/dev-tools/update_pipenv.sh index c9145be2..af31c913 100755 --- a/dev-tools/update_pipenv.sh +++ b/dev-tools/update_pipenv.sh @@ -22,9 +22,9 @@ fi # 2. update pipfile if [[ "${INSTALL}" == "dev" ]]; then - MYSQLCLIENT_LDFLAGS='-L/usr/mysql/lib -lmysqlclient -lssl -lcrypto -lresolv' MYSQLCLIENT_CFLAGS='-I/usr/include/mysql/' PIPENV_VENV_IN_PROJECT=1 pipenv update + MYSQLCLIENT_LDFLAGS='-L/usr/mysql/lib -lmysqlclient -lssl -lcrypto -lresolv' MYSQLCLIENT_CFLAGS='-I/usr/include/mysql/' PIPENV_VENV_IN_PROJECT=1 pipenv update --dev else echo "This is not a developer setup...still trying to update" - pipenv update + MYSQLCLIENT_LDFLAGS='-L/usr/mysql/lib -lmysqlclient -lssl -lcrypto -lresolv' MYSQLCLIENT_CFLAGS='-I/usr/include/mysql/' PIPENV_VENV_IN_PROJECT=1 pipenv update fi # push to web-dir if available \ No newline at end of file