Skip to content

Commit

Permalink
Updates for mkdocstrings versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abates committed Oct 2, 2024
1 parent 1f5f84f commit 1d265f2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.11"]
nautobot-version: ["2.2"]
nautobot-version: ["stable"]
env:
INVOKE_NAUTOBOT_DESIGN_BUILDER_PYTHON_VER: "${{ matrix.python-version }}"
INVOKE_NAUTOBOT_DESIGN_BUILDER_NAUTOBOT_VER: "${{ matrix.nautobot-version }}"
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
include:
- python-version: "3.11"
db-backend: "postgresql"
nautobot-version: "2.2"
nautobot-version: "stable"
- python-version: "3.11"
db-backend: "mysql"
nautobot-version: "stable"
Expand Down
38 changes: 20 additions & 18 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nautobot = ">=2.0.3,<=2.9999"
bandit = "*"
black = "*"
coverage = "*"
django-debug-toolbar = "*"
django-debug-toolbar = "<4.4"
flake8 = "*"
invoke = "*"
ipython = "*"
Expand All @@ -54,8 +54,8 @@ mkdocs-material = "9.1.15"
# Render custom markdown for version added/changed/remove notes
mkdocs-version-annotations = "1.0.0"
# Automatic documentation from sources, for MkDocs
mkdocstrings = "0.22.0"
mkdocstrings-python = "1.5.2"
mkdocstrings = "0.25.2"
mkdocstrings-python = "1.10.8"
gitpython = "^3.1.41"
snakeviz = "^2.2.0"
nautobot-bgp-models = {git = "https://github.com/nautobot/nautobot-app-bgp-models.git", rev = "develop"}
Expand Down

0 comments on commit 1d265f2

Please sign in to comment.