From c534c77130cf630ca713e9d71ab97e4cc8281544 Mon Sep 17 00:00:00 2001 From: Graham Hosking <142685548+ITSpecialist111@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:26:53 +0100 Subject: [PATCH] Bump dependencies and release 1.1.2 --- automation_inspector/CHANGELOG.md | 7 +++++++ automation_inspector/app/__init__.py | 2 +- automation_inspector/config.yaml | 2 +- automation_inspector/requirements.txt | 4 ++-- requirements-dev.txt | 8 ++++---- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/automation_inspector/CHANGELOG.md b/automation_inspector/CHANGELOG.md index 91b5e87..e2074b5 100644 --- a/automation_inspector/CHANGELOG.md +++ b/automation_inspector/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.2 — 2026-07-28 + +### Changed + +- Update runtime dependencies: FastAPI 0.140.7 and websockets 16.1.1. +- Update development dependencies: Ruff 0.16.0, mypy 2.3.0, anyio 4.14.2, and types-PyYAML 6.0.12.20260724. + ## 1.1.1 — 2026-07-28 ### Fixed diff --git a/automation_inspector/app/__init__.py b/automation_inspector/app/__init__.py index d87cdf9..5e79faf 100644 --- a/automation_inspector/app/__init__.py +++ b/automation_inspector/app/__init__.py @@ -1,3 +1,3 @@ """Automation Inspector application package.""" -APP_VERSION = "1.1.1" +APP_VERSION = "1.1.2" diff --git a/automation_inspector/config.yaml b/automation_inspector/config.yaml index 361dfac..7eca9e3 100644 --- a/automation_inspector/config.yaml +++ b/automation_inspector/config.yaml @@ -1,5 +1,5 @@ name: Automation Inspector -version: 1.1.1 +version: 1.1.2 slug: automation_inspector description: >- Audits automation and script dependencies, targets, compatibility, and recent diff --git a/automation_inspector/requirements.txt b/automation_inspector/requirements.txt index 2a96ce2..b278cce 100644 --- a/automation_inspector/requirements.txt +++ b/automation_inspector/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.139.0 +fastapi==0.140.7 PyYAML==6.0.3 uvicorn==0.51.0 -websockets==16.1 +websockets==16.1.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 069296f..4a2c121 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ -r automation_inspector/requirements.txt -anyio==4.14.1 +anyio==4.14.2 httpx==0.28.1 -mypy==2.2.0 +mypy==2.3.0 pytest==9.1.1 pytest-cov==7.1.0 -ruff==0.15.21 -types-PyYAML==6.0.12.20260518 \ No newline at end of file +ruff==0.16.0 +types-PyYAML==6.0.12.20260724 \ No newline at end of file