Skip to content

Commit ab65381

Browse files
committed
Update link to Pydantic issue
1 parent cf51689 commit ab65381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ updates:
2222
ignore:
2323
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
2424
- dependency-name: towncrier
25-
# https://github.com/pydantic/pydantic/issues/10494
25+
# https://github.com/pydantic/pydantic/issues/10964
2626
- dependency-name: pydantic
2727
# https://til.simonwillison.net/github/dependabot-python-setup
2828
groups:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ include = [
4545

4646
[tool.poetry.dependencies]
4747
python = "^3.10"
48-
# https://github.com/pydantic/pydantic/issues/10494
48+
# https://github.com/pydantic/pydantic/issues/10964
4949
pydantic = "~2.8.2"
5050
typing-extensions = "^4.12.2"
5151
pydantic-settings = {version = "^2.5.2", optional = true}

0 commit comments

Comments
 (0)