From 9d2aa7c0e6c4751dd3d0adabd593d41d07638248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:37:52 +0000 Subject: [PATCH] Bump bsdiff4 from 1.1.4 to 1.2.0 Bumps [bsdiff4](https://github.com/ilanschnell/bsdiff4) from 1.1.4 to 1.2.0. - [Changelog](https://github.com/ilanschnell/bsdiff4/blob/master/CHANGELOG.txt) - [Commits](https://github.com/ilanschnell/bsdiff4/compare/1.1.4...1.2.0) --- updated-dependencies: - dependency-name: bsdiff4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f590d31..e32d282 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ python-dateutil>=1.5 requests>=1.1.0 msgpack-python>=0.4.6 SQLAlchemy>=1.3.0 -bsdiff4==1.1.4 +bsdiff4==1.2.0 Cython==0.21.2 psutil>=2.2.1 testtools>=1.8.0