Skip to content

Commit

Permalink
chore(python-deps): update dependency tomli to v2.1.0 for actions/cre…
Browse files Browse the repository at this point in the history
…ate_unique_testpypi_version and docs
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent fca44e0 commit 66853d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/create_unique_testpypi_version/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pydantic-core==2.23.4
pypi-simple==1.6.1
requests==2.32.3
soupsieve==2.6
tomli==2.0.2
tomli==2.1.0
tomli-w==1.1.0
typing-extensions==4.12.2
urllib3==2.2.3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python = "~3.12" # This needs to stay in sync with all CI workflows
[tool.poetry.group.actions-create_unique_testpypi_version.dependencies]
poetry-core = "1.9.1"
pypi-simple = "1.6.1"
tomli = "2.0.2"
tomli = "2.1.0"
tomli-w = "1.1.0"

[tool.poetry.group.actions-find_unreleased_changelog_items.dependencies]
Expand Down Expand Up @@ -71,7 +71,7 @@ mkdocs-spellcheck = "^1.1.0"
pygments = "^2.17.2"
pymdown-extensions = "^10.8.1"
symspellpy = "^6.7.7"
tomli = "2.0.2"
tomli = "2.1.0"

[tool.poetry.group.tests.dependencies]
coverage = "^7.5.0"
Expand Down

0 comments on commit 66853d5

Please sign in to comment.