From c70a2588c66fd3d476a7672b46003468062cce74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C4=93teris=20Caune?=
Date: Fri, 1 May 2020 11:05:44 +0300
Subject: [PATCH] Update package versions
---
requirements.txt | 6 +++---
templates/docs/attaching_logs.html | 2 +-
templates/docs/bash.html | 2 +-
templates/docs/resources.html | 4 ++--
templates/docs/resources.md | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 22cfda59..670bf946 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
-croniter==0.3.30
+croniter==0.3.31
Django==3.0.4
django-compressor==2.4
psycopg2==2.8.4
-pytz==2019.3
-requests==2.22.0
+pytz==2020.1
+requests==2.23.0
statsd==3.3.0
diff --git a/templates/docs/attaching_logs.html b/templates/docs/attaching_logs.html
index c7846a0d..75e8876b 100644
--- a/templates/docs/attaching_logs.html
+++ b/templates/docs/attaching_logs.html
@@ -31,4 +31,4 @@ curl -fsS --retry 3 --data-raw "Finally, all of the above can be packaged in a single line. The one-line
version can be put directly in crontab, without using a wrapper script.
m=$(/usr/bin/certbot renew 2>&1); curl -fsS --data-raw "$m" "PING_URL$([ $? -ne 0 ] && echo -n /fail)"
-
+
\ No newline at end of file
diff --git a/templates/docs/bash.html b/templates/docs/bash.html
index a1e030ad..6d31cd7b 100644
--- a/templates/docs/bash.html
+++ b/templates/docs/bash.html
@@ -62,4 +62,4 @@ register with SITE_NAME the first time they run.
# Finally, send a ping:
curl --retry 3 $URL
-
+
\ No newline at end of file
diff --git a/templates/docs/resources.html b/templates/docs/resources.html
index 91fe15e1..7d322956 100644
--- a/templates/docs/resources.html
+++ b/templates/docs/resources.html
@@ -34,5 +34,5 @@ Please submit additions and corrections
- HealthTray – Watch your healthchecks in Windows system tray.
- healthchecks/dashboard – A standalone HTML page showing the status of the checks in your account.
-- runitor - A command runner with healthchecks.io integration to keep your scripts and containers simple.
-
+runitor - A command runner with Healthchecks.io integration to keep your scripts and containers simple.
+
\ No newline at end of file
diff --git a/templates/docs/resources.md b/templates/docs/resources.md
index 12e5edb4..e976b287 100644
--- a/templates/docs/resources.md
+++ b/templates/docs/resources.md
@@ -36,4 +36,4 @@ Please submit additions and corrections
* [HealthTray](https://github.com/taylus/HealthTray) – Watch your healthchecks in Windows system tray.
* [healthchecks/dashboard](https://github.com/healthchecks/dashboard) – A standalone HTML page showing the status of the checks in your account.
-* [runitor](https://github.com/bdd/runitor) - A command runner with healthchecks.io integration to keep your scripts and containers simple.
+* [runitor](https://github.com/bdd/runitor) - A command runner with Healthchecks.io integration to keep your scripts and containers simple.