From d5362afba9963c5622a95e0882e9f81008bcc99b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 00:38:44 +0000 Subject: [PATCH] Update nautobot to v3.1.2 --- containers/nautobot/Dockerfile | 2 +- containers/nautobot/plugin_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/nautobot/Dockerfile b/containers/nautobot/Dockerfile index 21685cdb8..a18bc1938 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.0 +ARG NAUTOBOT_VERSION=3.1.2 ARG PYTHON_VERSION=3.12 ARG NAUTOBOT_CONTAINER_TYPE="" diff --git a/containers/nautobot/plugin_requirements.txt b/containers/nautobot/plugin_requirements.txt index 822c6a460..f2f4bda44 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.0 +nautobot[sso]==3.1.2 nautobot-golden-config==3.0.6 nautobot-plugin-nornir==3.2.1