Skip to content

Commit

Permalink
Bump PyYAML version to 6.0.1 (#125)
Browse files Browse the repository at this point in the history
* Bump PyYAML version to 6.0.1
* Closes #124
  • Loading branch information
ColdHeat authored Jul 27, 2023
1 parent 755acf8 commit faa8409
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/pip-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
-c 'cd /mnt/ctfcli && pip install pip-tools==6.14.0 && pip-compile'

0 comments on commit faa8409

Please sign in to comment.