diff --git a/Ansible/requirements.txt b/Ansible/requirements.txt index da9d681..0dc1ed8 100644 --- a/Ansible/requirements.txt +++ b/Ansible/requirements.txt @@ -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 @@ -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 @@ -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 diff --git a/Docs/requirements.txt b/Docs/requirements.txt index dea02ec..3b50891 100644 --- a/Docs/requirements.txt +++ b/Docs/requirements.txt @@ -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 @@ -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 \ No newline at end of file +mkdocs-include-markdown-plugin>=7.3.0,<8.0 \ No newline at end of file