Skip to content

Commit

Permalink
Merge branch 'dependabot/pip/grafana-email/requests-2.32.0' into 'mas…
Browse files Browse the repository at this point in the history
…ter'

Bump requests from 2.31.0 to 2.32.0 in /grafana-email

See merge request ix.ai/grafana-email!19
  • Loading branch information
tlex committed May 21, 2024
2 parents d676d9e + c939dcd commit a6aa0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY grafana-email.sh /usr/local/bin/grafana-email.sh
COPY grafana-email/ /grafana-email
RUN set -xeu; \
apk --no-cache add python3 py3-pillow py3-requests py3-pip; \
pip install --no-cache-dir -r grafana-email/requirements.txt
pip install --no-cache-dir --break-system-packages -r grafana-email/requirements.txt

ENTRYPOINT ["/usr/local/bin/grafana-email.sh"]
2 changes: 1 addition & 1 deletion grafana-email/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
requests==2.32.0
pygelf==0.4.2
pillow>=6.2.1

0 comments on commit a6aa0fd

Please sign in to comment.