Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent acb14d5 commit d06f6c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v2.2.2
uses: mindsers/changelog-reader-action@v2.2.3
with:
version: ${{ steps.tag_name.outputs.current_version }}
path: ./CHANGELOG.md
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ test = [
optional = true

[tool.poetry.group.dev.dependencies]
docutils = { version = "0.21", python = "3.9" } # Necessary to manually add because of https://github.com/pypa/twine/issues/1082
docutils = { version = "0.21.2", python = "3.9" } # Necessary to manually add because of https://github.com/pypa/twine/issues/1082
bump2version = "^1.0"
fastapi = {version = "^0.88"}
httpcore = "^0.16"
httpx = "^0.23"
fastapi = {version = "^0.115.0"}
httpcore = "^0.18.0"
httpx = "^0.27.0"
invoke = "^2.0.0"
mkapi = { version = "*" }
mkdocs = { version = "^1.4" }
Expand All @@ -65,7 +65,7 @@ safety = "^2.3"
toml = { version = "*" }
tox = { version = "*" }
twine = { version = "*" }
uvicorn = "^0.20"
uvicorn = "^0.31.0"
virtualenv = { version = "^20.16" }
yamllint = "*"

Expand All @@ -77,7 +77,7 @@ pymdown-extensions = "^9.7"
mkdocs = "^1.4"
mkdocs-include-markdown-plugin = { version = "^4.0", python = "3.9" }
mkapi = "^1.0"
mkdocs-autorefs = "^0.4"
mkdocs-autorefs = "^0.5.0"


[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit d06f6c5

Please sign in to comment.