Skip to content

Commit fecd027

Browse files
authored
Merge pull request #1990 from xhochy/update-to-new-grayskull
Update to latest grayskull
2 parents 4016c53 + 70f4054 commit fecd027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- frozendict
2424
- git
2525
- github3.py
26-
- grayskull<2.3.0
26+
- grayskull>=2.5
2727
- jinja2
2828
- lockfile
2929
- mamba>=0.23

tests/test_update_deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_update_run_deps():
143143
updated_deps = _update_sec_deps(recipe, d, ["host", "run"], update_python=True)
144144
print("\n" + recipe.dumps())
145145
assert updated_deps
146-
assert "python >=3.6" in recipe.dumps()
146+
assert "python >=3.7" in recipe.dumps()
147147

148148

149149
@flaky

0 commit comments

Comments
 (0)