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 9, 2024
1 parent acb14d5 commit 446484c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ classifiers = [
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Operating System :: OS Independent',
'Framework :: AsyncIO'
]
Expand All @@ -44,11 +41,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 +62,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 +74,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 446484c

Please sign in to comment.