chore(deps-dev): update python-semantic-release requirement from <10.0,>=9.0 to >=9.0,<11.0 #31

Open
dependabot[bot] wants to merge 1 commit from dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0 into main
Showing only changes of commit c3836aa942 - Show all commits

View file

@ -27,7 +27,7 @@ dependencies = [
dev = [ dev = [
"pytest>=8.3,<9.0", "pytest>=8.3,<9.0",
"pytest-asyncio>=0.25,<0.26", "pytest-asyncio>=0.25,<0.26",
"python-semantic-release>=9.0,<10.0", "python-semantic-release>=9.0,<11.0",
"ruff>=0.9", "ruff>=0.9",
"mypy>=1.14", "mypy>=1.14",
] ]