From e0f0280656bdf05a01baef6b37c6bc56fc7a9408 Mon Sep 17 00:00:00 2001 From: Timothy Miller <46549361+timothymiller@users.noreply.github.com> Date: Sun, 30 Oct 2022 17:45:41 -0400 Subject: [PATCH] Upgrade requests to 2.28.1 --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dea618c..994fcc0 100755 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Stale, duplicate DNS records are removed for housekeeping. - [Kubernetes](https://kubernetes.io/docs/tasks/tools/) (optional) - [Python 3](https://www.python.org/downloads/) (optional) -### Helpful link +### Helpful links - [Cloudflare API token](https://dash.cloudflare.com/profile/api-tokens) - [Cloudflare zone ID](https://support.cloudflare.com/hc/en-us/articles/200167836-Where-do-I-find-my-Cloudflare-IP-address-) diff --git a/requirements.txt b/requirements.txt index 644db7e..5e77405 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.25.0 \ No newline at end of file +requests==2.28.1 \ No newline at end of file