diff --git a/containers/nautobot/Dockerfile b/containers/nautobot/Dockerfile index 2ba133eaa..01e2aae61 100644 --- a/containers/nautobot/Dockerfile +++ b/containers/nautobot/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=networktocode/nautobot versioning=semver -ARG NAUTOBOT_VERSION=3.1.6 +ARG NAUTOBOT_VERSION=3.1.8 ARG PYTHON_VERSION=3.12 ARG NAUTOBOT_CONTAINER_TYPE="" diff --git a/containers/nautobot/plugin_requirements.txt b/containers/nautobot/plugin_requirements.txt index 4efe4f5aa..d964764e6 100644 --- a/containers/nautobot/plugin_requirements.txt +++ b/containers/nautobot/plugin_requirements.txt @@ -1,5 +1,5 @@ # Commit versions below are needed for some packages as the latest version of # them are not running on python 3.12 yet. -nautobot[sso]==3.1.6 +nautobot[sso]==3.1.8 nautobot-golden-config==3.0.7 nautobot-plugin-nornir==3.2.1