Skip to content

Commit

Permalink
Update Lock-file Patch Releases for Develop (develop) (nautobot#5833)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Glenn Matthews <[email protected]>
  • Loading branch information
renovate[bot] and glennmatthews authored Jul 17, 2024
1 parent 87bd148 commit 09ac4de
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 30 deletions.
2 changes: 2 additions & 0 deletions changes/5833.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Updated dependency `social-auth-app-django` to `~5.4.2`.
Updated optional dependency `django-storages` to `~1.14.4`.
1 change: 1 addition & 0 deletions changes/5833.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated documentation dependency `mkdocs-material` to `~9.5.29`.
2 changes: 1 addition & 1 deletion examples/example_app/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Jinja2==3.1.4
mkdocs==1.6.0
mkdocs-material==9.5.25
mkdocs-material==9.5.29
mkdocstrings==0.24.1
mkdocstrings-python==1.9.0
zipp==3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion nautobot/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdocs==1.6.0
mkdocs-gen-files==0.5.0
mkdocs-glightbox==0.4.0
mkdocs-macros-plugin==1.0.5
mkdocs-material==9.5.25
mkdocs-material==9.5.29
mkdocs-redirects==1.2.1
mkdocs-section-index==0.3.8
mkdocstrings==0.24.1
Expand Down
36 changes: 11 additions & 25 deletions poetry.lock

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

8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ django-redis = "~5.4.0"
# Django silk for request profiling
django-silk = "~5.1.0"
# External Storage support (i.e. S3)
django-storages = {version = "~1.14.2", optional = true}
django-storages = {version = "~1.14.4", optional = true}
# Advanced HTML tables
django-tables2 = "~2.7.0"
# Tags
Expand Down Expand Up @@ -130,9 +130,11 @@ pyuwsgi = "~2.0.23"
# YAML parsing and rendering
PyYAML = "~6.0"
# Social authentication core
# Note that social-auth-app-django (below) is *not* an optional dependency, and it requires social-auth-core in turn.
# The only part of this dependency that is actually optional is in fact social-auth-core's "saml" extra.
social-auth-core = {version = "~4.5.3", optional = true, extras = ["saml"]}
# Social authentication/registration with support for many auth providers
social-auth-app-django = "~5.4.1"
social-auth-app-django = "~5.4.2"
# Rendering of SVG images (for rack elevations, etc.)
svgwrite = "~1.4.2"

Expand Down Expand Up @@ -187,7 +189,7 @@ mkdocs-include-markdown-plugin = ">=4.0.4"
# Use Jinja2 templating in docs - see optional-settings.md and required-settings.md
mkdocs-macros-plugin = "~1.0.5"
# Material for mkdocs theme
mkdocs-material = "~9.5.25"
mkdocs-material = "~9.5.29"
# Handle docs redirections
mkdocs-redirects = "~1.2.1"
# Automatically handle index pages for docs sections
Expand Down

0 comments on commit 09ac4de

Please sign in to comment.