Skip to content

Commit

Permalink
Merge branch 'master' into feature/support_for_docker_context_endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jun 11, 2024
2 parents ce837f6 + 1a33187 commit 98e6438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ ci = [
dev = [
"codecov==2.1.13",
"mypy==1.10",
"packaging==24.0",
"packaging==24.1",
"pre-commit>=3.5.0",
"pytest==8.2.1",
"pytest==8.2.2",
"pytest-asyncio==0.23.7",
"pytest-cov==5.0.0",
"pytest-sugar==1.0.0",
"ruff==0.4.4",
"ruff==0.4.8",
"ruff-lsp==0.0.53",
"towncrier==23.11.0"
]
doc = [
"alabaster==0.7.16",
"sphinx==7.3.7",
"sphinx-autodoc-typehints==2.1.0",
"sphinx-autodoc-typehints==2.1.1",
"sphinxcontrib-asyncio==0.3.0"
]

Expand Down

0 comments on commit 98e6438

Please sign in to comment.