Skip to content

Commit d74ef7d

Browse files
authored
Remove binary files from lock extra (#2854)
1 parent ad79bff commit d74ef7d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.config/dictionary.txt

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ chdir
7272
chgrp
7373
chkconfig
7474
chunksize
75+
clib
7576
codeclimate
7677
codecov
7778
codenotify

.config/requirements-lock.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
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
66
#
77
ansible-compat==2.2.7
88
ansible-core==2.14.1 ; python_version >= "3.9"
@@ -28,12 +28,12 @@ pyyaml==6.0
2828
resolvelib==0.8.1
2929
rich==13.0.0
3030
ruamel-yaml==0.17.21
31-
ruamel-yaml-clib==0.2.7
31+
setuptools==65.6.3
3232
subprocess-tee==0.4.1
3333
tomli==2.0.1
3434
typing-extensions==4.4.0
3535
wcmatch==8.4.1
3636
yamllint==1.28.0
3737

3838
# The following packages are considered to be unsafe in a requirements file:
39-
# setuptools
39+
# ruamel-yaml-clib

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ repos:
207207
- id: pip-compile
208208
name: lock
209209
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
211211
language: python
212212
files: ^.config\/requirements.*$
213213
alias: lock

0 commit comments

Comments
 (0)