Skip to content

Commit

Permalink
Merge branch 'pip/grafana-email/dependencies' into 'master'
Browse files Browse the repository at this point in the history
Pip/grafana email/dependencies

See merge request ix.ai/grafana-email!13
  • Loading branch information
tlex committed Feb 27, 2021
2 parents 3c28ab9 + 2829b89 commit 97502cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
variables:
DOCKERHUB_REPO_NAME: grafana-email
ENABLE_ARM64: 'true'
Expand All @@ -8,3 +9,8 @@ variables:
include:
- project: 'ix.ai/ci-templates'
file: '/python-project.yml'
- template: Security/SAST.gitlab-ci.yml
- template: Dependency-Scanning.gitlab-ci.yml

sast:
stage: test
2 changes: 1 addition & 1 deletion grafana-email/grafana-email.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import requests
from PIL import Image
import pygelf
import constants
from . import constants


LOG = logging.getLogger(__name__)
Expand Down
4 changes: 2 additions & 2 deletions grafana-email/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.25.0
pygelf==0.3.6
requests==2.25.1
pygelf==0.4.0
pillow>=6.2.1

0 comments on commit 97502cf

Please sign in to comment.