diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..42d484c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + # default is / which breaks drone + pull-request-branch-name: + separator: "-" + # not created automatically for version updates so only security ones are created + # https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file + open-pull-requests-limit: 0 + diff --git a/Dockerfile b/Dockerfile index 41f65ac..7d7d244 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM python:3.7 +FROM python:3.9 WORKDIR /program diff --git a/LICENSE b/LICENSE index 261eeb9..8b17cbd 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022 onetask.ai GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/dev.Dockerfile b/dev.Dockerfile index a611fed..c47097c 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.9 WORKDIR /app diff --git a/requirements.txt b/requirements.txt index 43bbfbd..f8029a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ Jinja2==3.0.2 jsonschema==4.2.1 MarkupSafe==2.0.1 mypy-extensions==0.4.3 -numpy==1.21.4 +numpy==1.22.0 pandas==1.3.4 pathspec==0.9.0 platformdirs==2.4.0 diff --git a/start b/start index 87163ae..b066f6d 100755 --- a/start +++ b/start @@ -14,7 +14,7 @@ docker run -d --rm \ --name refinery-weak-supervisor \ -p 7054:80 \ -e POSTGRES=postgresql://postgres:onetask@graphql-postgres:5432 \ --e WS_NOTIFY_ENDPOINT="http://ws-notify:8080" \ +-e WS_NOTIFY_ENDPOINT="http://refinery-websocket:8080" \ --mount type=bind,source="$(pwd)"/,target=/app \ -v /var/run/docker.sock:/var/run/docker.sock \ --network dev-setup_default \ diff --git a/submodules/model b/submodules/model index 42dd383..2811dba 160000 --- a/submodules/model +++ b/submodules/model @@ -1 +1 @@ -Subproject commit 42dd38322bf829fa7a82a4810f0e86c65914be08 +Subproject commit 2811dbacdc57359e803dffc4a88065ff06432a0a