Skip to content

Commit faa8409

Browse files
authored
Bump PyYAML version to 6.0.1 (#125)
* Bump PyYAML version to 6.0.1 * Closes #124
1 parent 755acf8 commit faa8409

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cookiecutter==2.1.1
22
click==7.0
33
fire==0.2.1
4-
pyyaml==5.4
4+
PyYAML==6.0.1
55
Pygments==2.7.4
66
requests==2.28.1
77
colorama==0.4.6

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# ./scripts/pip-compile.sh
66
#
@@ -44,7 +44,7 @@ python-frontmatter==1.0.0
4444
# via -r requirements.in
4545
python-slugify==6.1.2
4646
# via cookiecutter
47-
pyyaml==5.4
47+
pyyaml==6.0.1
4848
# via
4949
# -r requirements.in
5050
# cookiecutter

scripts/pip-compile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ docker run \
77
-v $ROOTDIR:/mnt/ctfcli \
88
-e CUSTOM_COMPILE_COMMAND='./scripts/pip-compile.sh' \
99
-it python:3.9-slim-buster \
10-
-c 'cd /mnt/ctfcli && pip install pip-tools==6.6.0 && pip-compile'
10+
-c 'cd /mnt/ctfcli && pip install pip-tools==6.14.0 && pip-compile'

0 commit comments

Comments
 (0)