diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81ed9dd..13d04e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 9509437..4a089cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } @@ -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 = "*" @@ -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]