Skip to content

Commit 6d6cb4f

Browse files
Forbid ruamel.yaml v0.18.16 and update README test to pass CI (#1040)
* Forbid ruamel.yaml v0.18.16 * update README test
1 parent 3a92440 commit 6d6cb4f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"pydantic>=2.5.0",
4646
"requests>=2.26.0",
4747
"rich>=9.6.1",
48-
"ruamel-yaml>=0.16.13,!=0.18.13,!=0.18.14,!=0.18.15",
48+
"ruamel-yaml>=0.16.13,!=0.18.13,!=0.18.14,!=0.18.15,!=0.18.16",
4949
"tomlkit>=0.13.3",
5050
"typer>=0.12.4",
5151
"typing-extensions>=3.10.0.0",

tests/docs/test_readme.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ def test_assemble_readme_from_docs(usethis_dev_dir: Path):
2424
[![PyPI Version](https://img.shields.io/pypi/v/usethis.svg)](https://pypi.python.org/pypi/usethis)
2525
![PyPI License](https://img.shields.io/pypi/l/usethis.svg)
2626
[![PyPI Supported Versions](https://img.shields.io/pypi/pyversions/usethis.svg)](https://pypi.python.org/pypi/usethis)
27-
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
28-
[![codecov](https://codecov.io/gh/usethis-python/usethis-python/graph/badge.svg?token=0QW539GSP9)](https://codecov.io/gh/usethis-python/usethis-python)
29-
[![GitHub Actions Status](https://github.com/usethis-python/usethis-python/workflows/CI/badge.svg)](https://github.com/usethis-python/usethis-python/actions)
3027
[![Docs](https://app.readthedocs.org/projects/usethis/badge/?version=stable)](https://usethis.readthedocs.io/en/stable/)
3128
""")
3229

@@ -52,7 +49,10 @@ def test_assemble_readme_from_docs(usethis_dev_dir: Path):
5249
## 🚀 Development
5350
5451
[![Commits since latest release](https://img.shields.io/github/commits-since/usethis-python/usethis-python/latest.svg)](https://github.com/usethis-python/usethis-python/releases)
52+
[![GitHub Actions Status](https://github.com/usethis-python/usethis-python/workflows/CI/badge.svg)](https://github.com/usethis-python/usethis-python/actions)
53+
[![codecov](https://codecov.io/gh/usethis-python/usethis-python/graph/badge.svg?token=0QW539GSP9)](https://codecov.io/gh/usethis-python/usethis-python)
5554
[![CodSpeed](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/usethis-python/usethis-python)
55+
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
5656
5757
### Roadmap
5858

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)