File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cookiecutter==2.1.1
2
2
click==7.0
3
3
fire==0.2.1
4
- pyyaml==5.4
4
+ PyYAML==6.0.1
5
5
Pygments==2.7.4
6
6
requests==2.28.1
7
7
colorama==0.4.6
Original file line number Diff line number Diff line change 1
1
#
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 :
4
4
#
5
5
# ./scripts/pip-compile.sh
6
6
#
@@ -44,7 +44,7 @@ python-frontmatter==1.0.0
44
44
# via -r requirements.in
45
45
python-slugify == 6.1.2
46
46
# via cookiecutter
47
- pyyaml == 5.4
47
+ pyyaml == 6.0.1
48
48
# via
49
49
# -r requirements.in
50
50
# cookiecutter
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ docker run \
7
7
-v $ROOTDIR :/mnt/ctfcli \
8
8
-e CUSTOM_COMPILE_COMMAND=' ./scripts/pip-compile.sh' \
9
9
-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