Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM python:3.7
FROM python:3.9

WORKDIR /program

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.9

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion submodules/model
Submodule model updated 3 files
+1 −1 LICENSE
+8 −12 enums.py
+1 −1 models.py