From bd76b20183839ea78b3fac818233fb6cc3fa731a Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 14 Jan 2021 21:50:45 +0000 Subject: [PATCH 1/3] update lxml --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index caa2ce28..4c44647e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ dnspython ==1.16.0 feedparser ==5.2.1 html5lib ==1.0.1 isodate ==0.6.0 -lxml ==4.4.1 +lxml ==4.6.2 netifaces ==0.10.9 PySocks ==1.7.1 python-dateutil ==2.8.1 From c59fa577bba49a267bbb5078c802c6dc0babb099 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 12 Feb 2021 16:58:55 +0000 Subject: [PATCH 2/3] update py cryptography lib to 3.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c44647e..a238ee99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4 ==4.8.0 -cryptography ==3.2 +cryptography >=3.3.2 dataclasses ==0.6;python_version<'3.7' dnspython ==1.16.0 feedparser ==5.2.1 From 422d30978720e7a858be9e896df7910762d78f6b Mon Sep 17 00:00:00 2001 From: PeGaSuS Date: Fri, 12 Feb 2021 18:21:09 +0100 Subject: [PATCH 3/3] Update bitbot_user.service Always update the systemd service daemon --- docs/systemd/bitbot_user.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/systemd/bitbot_user.service b/docs/systemd/bitbot_user.service index eb397307..a3984f54 100644 --- a/docs/systemd/bitbot_user.service +++ b/docs/systemd/bitbot_user.service @@ -10,6 +10,8 @@ # which can be disabled with: systemctl --user disable systemd-tmpfiles-clean.timer # # After placing this script in the correct location, and with bitbot stopped, type: +# systemcl --user daemon-reload +# Afert that start bitbot with: # systemctl --user enable bitbot_user.service --now # This will enable the systemd script and launch bitbot