diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f3ebe17..53335c8 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,3 +23,4 @@ jobs: exempt-issue-labels: 'pinned, Fixed in next release, bug, never-stale, documentation, investigating' exempt-all-issue-assignees: true operations-per-run: 300 + stale-issue-reason: 'not_planned' diff --git a/Pipfile b/Pipfile index 091ce68..661be15 100644 --- a/Pipfile +++ b/Pipfile @@ -48,7 +48,7 @@ testinfra = "==3.3.0" texttable = "==1.6.2" toml = "==0.10.0" tox = "==3.14.3" -urllib3 = "==1.25.8" +urllib3 = "==1.25.9" virtualenv = "==16.7.9" wcwidth = "==0.1.7" zipp = "==0.6.0" diff --git a/Pipfile.lock b/Pipfile.lock index d8a7c49..18890f0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2c7f1fb7f001bf70bba7309859b06dc323040f21518b32ee8993aa823c27df15" + "sha256": "7b26c964f32db6ff56972abb88bd5bea6b4867dea49914f36999a2adc89eab1f" }, "pipfile-spec": 6, "requires": { @@ -381,11 +381,10 @@ }, "packaging": { "hashes": [ - "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5", - "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" + "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb", + "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==20.9" + "version": "==21.3" }, "pathlib2": { "hashes": [ @@ -577,11 +576,11 @@ }, "urllib3": { "hashes": [ - "sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc", - "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc" + "sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527", + "sha256:88206b0eb87e6d677d424843ac5209e3fb9d0190d0ee169599165ec25e9d9115" ], "index": "pypi", - "version": "==1.25.8" + "version": "==1.25.9" }, "virtualenv": { "hashes": [ diff --git a/README.md b/README.md index e3e5aca..9051557 100644 --- a/README.md +++ b/README.md @@ -303,4 +303,4 @@ We have noticed that a lot of people use Watchtower to keep their Pi-hole contai Pi-hole is an integral part of your network, don't let it fall over because of an unattended update in the middle of the night. # User Feedback -Please report issues on the [GitHub project](https://github.com/pi-hole/docker-pi-hole) when you suspect something docker related. Pi-hole or general docker questions are best answered on our [user forums](https://github.com/pi-hole/pi-hole/blob/master/README.md#get-help-or-connect-with-us-on-the-web). Ping me (@diginc) on the forums if it's a docker container and you're not sure if it's docker related. +Please report issues on the [GitHub project](https://github.com/pi-hole/docker-pi-hole) when you suspect something docker related. Pi-hole or general docker questions are best answered on our [user forums](https://discourse.pi-hole.net/c/bugs-problems-issues/docker/30). diff --git a/requirements.txt b/requirements.txt index 0d0a47a..a92ce3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ testinfra==3.3.0 texttable==1.6.2 toml==0.10.0 tox==3.14.3 -urllib3==1.25.8 +urllib3==1.25.9 virtualenv==16.7.9 wcwidth==0.1.7 websocket-client==0.57.0