From 4143efcb892ef2b7b0547bc16179a50533efd58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:26:11 +0000 Subject: [PATCH] Bump python-can from 3.3.4 to 4.3.1 Bumps [python-can](https://github.com/hardbyte/python-can) from 3.3.4 to 4.3.1. - [Release notes](https://github.com/hardbyte/python-can/releases) - [Changelog](https://github.com/hardbyte/python-can/blob/main/CHANGELOG.md) - [Commits](https://github.com/hardbyte/python-can/compare/3.3.4...v4.3.1) --- updated-dependencies: - dependency-name: python-can dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb42ad7..d6d44bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aenum==3.1.15 paho-mqtt==1.5.1 -python-can==3.3.4 +python-can==4.3.1 python-dotenv==0.17.1 click==8.0.1 PyYAML~=5.4.1