Skip to content

Commit

Permalink
fix more recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 17, 2024
1 parent 66274e9 commit 454dbb5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,12 @@ requirements:
host:
- pip
- poetry-core >=1.0.0
- python 3.10
- python 3.10.*
run:
# sync with normalized deps from poetry-generated setup.py
- markdown-it-py >=2.2.0
- pygments >=2.13.0,<3.0.0
- python 3.10
- python 3.10.*
- typing_extensions >=4.0.0,<5.0.0

tests:
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@ requirements:
host:
- pip
- poetry-core >=1.0.0
- python 3.10
- python 3.10.*
run:
# sync with normalized deps from poetry-generated setup.py
- markdown-it-py >=2.2.0
- pygments >=2.13.0,<3.0.0
- python 3.10
- python 3.10.*
- typing_extensions >=4.0.0,<5.0.0

tests:
Expand Down
4 changes: 2 additions & 2 deletions examples/rich/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ requirements:
host:
- pip
- poetry-core >=1.0.0
- python 3.10
- python 3.10.*
run:
# sync with normalized deps from poetry-generated setup.py
- markdown-it-py >=2.2.0
- pygments >=2.13.0,<3.0.0
- python 3.10
- python 3.10.*
- typing_extensions >=4.0.0,<5.0.0

tests:
Expand Down
4 changes: 2 additions & 2 deletions test-data/recipes/package-content-tests/rich-recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ requirements:
host:
- pip
- poetry-core >=1.0.0
- python 3.10
- python 3.10.*
run:
# sync with normalized deps from poetry-generated setup.py
- markdown-it-py >=2.2.0
- pygments >=2.13.0,<3.0.0
- python 3.10
- python 3.10.*
- typing_extensions >=4.0.0,<5.0.0

tests:
Expand Down
4 changes: 2 additions & 2 deletions test-data/recipes/rich/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ requirements:
host:
- pip
- poetry-core >=1.0.0
- python 3.10
- python 3.10.*
run:
# sync with normalized deps from poetry-generated setup.py
- markdown-it-py >=2.2.0
- pygments >=2.13.0,<3.0.0
- python 3.10
- python 3.10.*
- typing_extensions >=4.0.0,<5.0.0

tests:
Expand Down
6 changes: 3 additions & 3 deletions test-data/recipes/toml/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build:

requirements:
host:
- python 3.12.1
- pip 23.3.2
- setuptools 68
- python 3.12.1.*
- pip 23.3.2.*
- setuptools 68.*
run:
- python

Expand Down

0 comments on commit 454dbb5

Please sign in to comment.