File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11cookiecutter==2.1.1
22click==7.0
33fire==0.2.1
4- pyyaml==5.4
4+ PyYAML==6.0.1
55Pygments==2.7.4
66requests==2.28.1
77colorama==0.4.6
Original file line number Diff line number Diff line change 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
4545python-slugify == 6.1.2
4646 # via cookiecutter
47- pyyaml == 5.4
47+ pyyaml == 6.0.1
4848 # via
4949 # -r requirements.in
5050 # cookiecutter
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments