Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Ansible/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
# Core Ansible
# =============================================================================

ansible==13.6.0
ansible-core==2.20.5
ansible==13.8.0
ansible-core==2.21.1

# =============================================================================
# Ansible Developer Tooling
Expand All @@ -39,14 +39,14 @@ ansible-core==2.20.5
# Role and collection scaffolding.
# =============================================================================

ansible-lint==26.4.0
ansible-creator==26.4.3
ansible-lint==26.6.0
ansible-creator==26.6.1

# =============================================================================
# HTTP / Networking / Infrastructure APIs
# =============================================================================

requests==2.33.1
requests==2.34.2
urllib3==2.6.3
netaddr==1.3.0
jmespath==1.1.0
Expand All @@ -59,7 +59,7 @@ packaging==26.2
# Major version 5.x uses the newer official Cloudflare Python client shape.
# =============================================================================

cloudflare==5.0.0
cloudflare==5.4.0

# =============================================================================
# Proxmox
Expand Down
8 changes: 4 additions & 4 deletions Docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ pymdown-extensions>=10.21,<11.0
# ------------------------------------------------------------------------------
# Adds click-to-zoom/lightbox behavior for embedded images such as screenshots,
# architecture diagrams, PNG diagrams, and SVG exports.
mkdocs-glightbox>=0.4,<1.0
mkdocs-glightbox>=0.5.2,<1.0

# ------------------------------------------------------------------------------
# Git metadata
# ------------------------------------------------------------------------------
# Shows useful "last updated" metadata on documentation pages based on Git history.
mkdocs-git-revision-date-localized-plugin>=1.5,<2.0
mkdocs-git-revision-date-localized-plugin>=1.5.3,<2.0

# ------------------------------------------------------------------------------
# Redirects
# ------------------------------------------------------------------------------
# Lets you move or rename docs pages without breaking old URLs.
mkdocs-redirects>=1.2,<2.0
mkdocs-redirects>=1.2.3,<2.0

# ------------------------------------------------------------------------------
# Build optimization
Expand All @@ -78,4 +78,4 @@ mkdocs-macros-plugin>=1.5,<2.0

# Lets pages include reusable Markdown snippets or partial files.
# Useful for shared warnings, command blocks, install steps, or architecture notes.
mkdocs-include-markdown-plugin>=7.1,<8.0
mkdocs-include-markdown-plugin>=7.3.0,<8.0
Loading