Skip to content

Commit

Permalink
Merge branch 'main' into 1687-coverage-api-schemas-100-with-unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Aug 21, 2024
2 parents 78762f3 + b52dd65 commit 38d9158
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 26 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Remove `HAS_LOCAL_SBATCH` variable and related if-branches (\#1699).
* Benchmarks:
* Add `GET /auth/current-user/` to tested endpoints (\#1700).
* Dependencies:
* Update `mkdocstrings` to `^0.25.2` (\#1707).

# 2.3.7

Expand Down
2 changes: 1 addition & 1 deletion docs/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs==1.5.3
mkdocstrings[python]==0.24.3
mkdocstrings[python]==0.25.2
mkdocs-material==9.5.17
mkdocs-gen-files==0.5.0
mkdocs-literate-nav==0.6.1
Expand Down
36 changes: 12 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jinja2 = "^3.1.3"
[tool.poetry.group.docs.dependencies]

mkdocs="1.5.3"
mkdocstrings = { extras = ["python"], version = "0.24.3" }
mkdocstrings = { extras = ["python"], version = "0.25.2" }
mkdocs-material="9.5.17"
mkdocs-gen-files="0.5.0"
mkdocs-literate-nav="0.6.1"
Expand Down

0 comments on commit 38d9158

Please sign in to comment.