From 62b51b533d025dbb5af23cb42589172f08395f0c Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 6 Mar 2021 21:27:45 -0500 Subject: [PATCH] Security updates for modern python packages --- RELEASE.rst | 2 +- requirements_dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE.rst b/RELEASE.rst index 59facbc..988ff46 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -8,7 +8,7 @@ The following shows how to make a release for version 0.8.0 1. Make a branch called release/0.8.0 2. Ensure HISTORY.rst (the Changelog) is up to date -3. Update __version__.py to 0.8.0 and tag the commit +3. Update __version__.py to 0.8.0 4. Open a merge request to master 5. After the merge request is approved and merged, tag and push the merged commit with tag v0.8.0. 6. Visit https://github.com/hydrosquall/tiingo-python/releases and create a new release. Github Actions will deploy the new library to PyPI. diff --git a/requirements_dev.txt b/requirements_dev.txt index 362b01a..1b1ebaa 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,8 +6,8 @@ flake8==3.8.4 tox==3.21.4 coverage==5.3.1 Sphinx==3.4.3 -cryptography==3.3.1 -PyYAML==5.3.1 +cryptography==3.4.6 +PyYAML==5.4.1 pytest==6.2.1 pytest-runner==5.2 vcrpy==2.1.1