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