From d637eb13ec95ce554ce27cda2389053676fea025 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 20 Feb 2025 17:49:00 +0200 Subject: [PATCH] chore: update deps for 2025.2 --- custom_components/ouman_eh800/manifest.json | 2 +- flake.lock | 37 ++++++--------------- flake.nix | 4 +-- requirements.dev.txt | 4 +-- 4 files changed, 15 insertions(+), 32 deletions(-) diff --git a/custom_components/ouman_eh800/manifest.json b/custom_components/ouman_eh800/manifest.json index ca66a97..f7309bb 100644 --- a/custom_components/ouman_eh800/manifest.json +++ b/custom_components/ouman_eh800/manifest.json @@ -3,5 +3,5 @@ "name": "Ouman EH-800", "config_flow": true, "version": "0.1.0", - "requirements": ["httpx==0.27.2"] + "requirements": ["httpx"] } diff --git a/flake.lock b/flake.lock index 5bcecbe..28f8dd3 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1730504689, - "narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=", + "lastModified": 1738453229, + "narHash": "sha256-7H9XgNiGLKN1G1CgRh0vUL4AheZSYzPm+zmZ7vxbJdo=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "506278e768c2a08bec68eb62932193e341f55c90", + "rev": "32ea77a06711b758da0ad9bd6a844c5740a87abd", "type": "github" }, "original": { @@ -59,11 +59,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1730272153, - "narHash": "sha256-B5WRZYsRlJgwVHIV6DvidFN7VX7Fg9uuwkRW9Ha8z+w=", + "lastModified": 1739863612, + "narHash": "sha256-UbtgxplOhFcyjBcNbTVO8+HUHAl/WXFDOb6LvqShiZo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2d2a9ddbe3f2c00747398f3dc9b05f7f2ebb0f53", + "rev": "632f04521e847173c54fa72973ec6c39a371211c", "type": "github" }, "original": { @@ -73,37 +73,20 @@ "type": "github" } }, - "nixpkgs-stable": { - "locked": { - "lastModified": 1720386169, - "narHash": "sha256-NGKVY4PjzwAa4upkGtAMz1npHGoRzWotlSnVlqI40mo=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "194846768975b7ad2c4988bdb82572c00222c0d7", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-24.05", - "repo": "nixpkgs", - "type": "github" - } - }, "pre-commit-hooks": { "inputs": { "flake-compat": "flake-compat", "gitignore": "gitignore", "nixpkgs": [ "nixpkgs" - ], - "nixpkgs-stable": "nixpkgs-stable" + ] }, "locked": { - "lastModified": 1730302582, - "narHash": "sha256-W1MIJpADXQCgosJZT8qBYLRuZls2KSiKdpnTVdKBuvU=", + "lastModified": 1737465171, + "narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=", "owner": "cachix", "repo": "git-hooks.nix", - "rev": "af8a16fe5c264f5e9e18bcee2859b40a656876cf", + "rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 5bdad19..ce1e4f7 100644 --- a/flake.nix +++ b/flake.nix @@ -58,8 +58,8 @@ devShells.default = pkgs.mkShell { buildInputs = with pkgs; [ - python312 - python312Packages.pip + python313 + python313Packages.pip just ] diff --git a/requirements.dev.txt b/requirements.dev.txt index f825e6c..b2df3c9 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,2 +1,2 @@ -homeassistant==2024.10.4 -httpx==0.27.2 +homeassistant==2025.2.4 +httpx==0.28.1 -- 2.44.1