From c932451cd53ebba55282513b8dc71f862dee3f9f Mon Sep 17 00:00:00 2001 From: Matthew Planchard Date: Sun, 12 Jan 2020 00:31:28 -0600 Subject: [PATCH] MAINT: Update passlib in docker reqs (#293) --- CHANGES.rst | 1 + docker-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ab59e4d..6d8b4a5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,7 @@ x.x.x (tbd) - ENH: Add official support and testing for Python 3.8 - MAINT: Update bottle to [0.12.18](https://github.com/bottlepy/bottle/releases/tag/0.12.18) for Python 3.8 compatibility +- MAINT: bump version of passlib from 1.7.1 to 1.7.2 in Docker requirements 1.3.2 (2020-01-11) ------------------ diff --git a/docker-requirements.txt b/docker-requirements.txt index 4c668b6..1084dd9 100644 --- a/docker-requirements.txt +++ b/docker-requirements.txt @@ -1,2 +1,2 @@ -passlib==1.7.1 +passlib==1.7.2 bcrypt==3.1.7 \ No newline at end of file