From faa84099dbcb92d245601aeb244e24c066a2c5cd Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Thu, 27 Jul 2023 15:59:20 -0400 Subject: [PATCH] Bump PyYAML version to 6.0.1 (#125) * Bump PyYAML version to 6.0.1 * Closes #124 --- requirements.in | 2 +- requirements.txt | 6 +++--- scripts/pip-compile.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.in b/requirements.in index 3531835..733c6ce 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ cookiecutter==2.1.1 click==7.0 fire==0.2.1 -pyyaml==5.4 +PyYAML==6.0.1 Pygments==2.7.4 requests==2.28.1 colorama==0.4.6 diff --git a/requirements.txt b/requirements.txt index c61bc62..b472c95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # ./scripts/pip-compile.sh # @@ -44,7 +44,7 @@ python-frontmatter==1.0.0 # via -r requirements.in python-slugify==6.1.2 # via cookiecutter -pyyaml==5.4 +pyyaml==6.0.1 # via # -r requirements.in # cookiecutter diff --git a/scripts/pip-compile.sh b/scripts/pip-compile.sh index 31e9342..21f404b 100755 --- a/scripts/pip-compile.sh +++ b/scripts/pip-compile.sh @@ -7,4 +7,4 @@ docker run \ -v $ROOTDIR:/mnt/ctfcli \ -e CUSTOM_COMPILE_COMMAND='./scripts/pip-compile.sh' \ -it python:3.9-slim-buster \ - -c 'cd /mnt/ctfcli && pip install pip-tools==6.6.0 && pip-compile' \ No newline at end of file + -c 'cd /mnt/ctfcli && pip install pip-tools==6.14.0 && pip-compile' \ No newline at end of file