File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ def lint(session: nox.Session) -> None:
171
171
172
172
@nox .session
173
173
def vendoring (session : nox .Session ) -> None :
174
- session .install ("vendoring~=1.0 .0" )
174
+ session .install ("vendoring~=1.2 .0" )
175
175
176
176
if "--upgrade" not in session .posargs :
177
177
session .run ("vendoring" , "sync" , "-v" )
Original file line number Diff line number Diff line change @@ -54,4 +54,6 @@ distro = []
54
54
setuptools = " pkg_resources"
55
55
56
56
[tool .vendoring .license .fallback-urls ]
57
+ CacheControl = " https://raw.githubusercontent.com/ionrock/cachecontrol/v0.12.6/LICENSE.txt"
58
+ distlib = " https://bitbucket.org/pypa/distlib/raw/master/LICENSE.txt"
57
59
webencodings = " https://github.com/SimonSapin/python-webencodings/raw/master/LICENSE"
Original file line number Diff line number Diff line change 1
- CacheControl==0.12.6
1
+ CacheControl==0.12.6 # Make sure to update the license in pyproject.toml for this.
2
2
colorama==0.4.4
3
3
distlib==0.3.3
4
4
distro==1.6.0
Original file line number Diff line number Diff line change @@ -70,10 +70,7 @@ basepython = python3
70
70
skip_install = True
71
71
commands_pre =
72
72
deps =
73
- vendoring~=1.0.0
74
- # Required, otherwise we interpret --no-binary :all: as
75
- # "do not build wheels", which fails for PEP 517 requirements
76
- pip>=19.3.1
73
+ vendoring~=1.2.0
77
74
whitelist_externals = git
78
75
commands =
79
76
# Check that the vendoring is up-to-date
You can’t perform that action at this time.
0 commit comments