From a076fc15c1322fa2e145067c38825c8575168b56 Mon Sep 17 00:00:00 2001 From: Vanessasaurus <814322+vsoch@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:28:52 -0600 Subject: [PATCH] removing un-needed library pyyaml (#356) Signed-off-by: vsoch Co-authored-by: vsoch --- CHANGELOG.md | 1 + VERSION | 2 +- requirements.txt | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e35984..0e5d9312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ represented by the pull requests that fixed them. Critical items to know are: ## [master](https://github.com/singularityhub/sregistry/tree/master) (master) + - remove un-needed lib PyYaml (1.1.34) - updating Django and Django Restframework (1.1.33) - API endpoint to create a collection (1.1.32) - allowing for Bearer token to have any casing (1.1.31) diff --git a/VERSION b/VERSION index c5676407..73a29c94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.33 +1.1.34 diff --git a/requirements.txt b/requirements.txt index 515db296..e6cd11bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,6 @@ markdown numexpr oauth2client==3.0 Pillow -PyYAML==5.1 psycopg2-binary pygments python3-saml