From ac56ca635ae43ad8886077d891adae2a1b423305 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Mar 2023 05:27:36 +0000 Subject: [PATCH] fix(deps): update dependency bitstring to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63e18a5..bcb05db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = ["Adam Goldsmith "] python = "^3.7" requests = "^2.23.0" "ruamel.yaml" = "^0.17.20" -bitstring = "^3.1.6" +bitstring = "^4.0.0" lxml = "^4.5.0" peewee = "^3.13.2" mysqlclient = "^2.1.0" -- 2.39.5