File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 72
72
chgrp
73
73
chkconfig
74
74
chunksize
75
+ clib
75
76
codeclimate
76
77
codecov
77
78
codenotify
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with Python 3.9
3
3
# by the following command:
4
4
#
5
- # pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras pyproject.toml
5
+ # pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml
6
6
#
7
7
ansible-compat==2.2.7
8
8
ansible-core==2.14.1 ; python_version >= "3.9"
@@ -28,12 +28,12 @@ pyyaml==6.0
28
28
resolvelib==0.8.1
29
29
rich==13.0.0
30
30
ruamel-yaml==0.17.21
31
- ruamel-yaml-clib==0.2.7
31
+ setuptools==65.6.3
32
32
subprocess-tee==0.4.1
33
33
tomli==2.0.1
34
34
typing-extensions==4.4.0
35
35
wcmatch==8.4.1
36
36
yamllint==1.28.0
37
37
38
38
# The following packages are considered to be unsafe in a requirements file:
39
- # setuptools
39
+ # ruamel-yaml-clib
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ repos:
207
207
- id : pip-compile
208
208
name : lock
209
209
always_run : true
210
- entry : pip-compile --resolver=backtracking -q --no-annotate --output-file=.config/requirements-lock.txt pyproject.toml --strip-extras
210
+ entry : pip-compile --resolver=backtracking -q --no-annotate --output-file=.config/requirements-lock.txt pyproject.toml --strip-extras --unsafe-package ruamel-yaml-clib
211
211
language : python
212
212
files : ^.config\/requirements.*$
213
213
alias : lock
You can’t perform that action at this time.
0 commit comments