From e89f5060cdcca5454ddba4f520ae08c9b48939b9 Mon Sep 17 00:00:00 2001 From: Johanna Larsson Date: Mon, 10 Feb 2020 16:59:16 +0100 Subject: [PATCH] Drop requests min version in CI --- .travis.yml | 3 --- HISTORY.md | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 768f5b4..422f1f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,16 +13,13 @@ matrix: dist: trusty env: - REQUESTS="requests" # latest - - REQUESTS="requests==2.5" # min version of requests library - python: "3.7" sudo: true env: - REQUESTS="requests" # latest - - REQUESTS="requests==2.5" # min version of requests library env: - REQUESTS="requests" # latest - - REQUESTS="requests==2.5" # min version of requests library install: pip install $REQUESTS diff --git a/HISTORY.md b/HISTORY.md index 19bdc66..20fee81 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ ## master +- [#59](https://github.com/castle/castle-python/pull/59) drop requests min version in ci + ## 2.4.0 (2019-11-20) - [#53](https://github.com/castle/castle-python/pull/53) Update whitelisting and blacklisting behavior