From 4edd910d67cc8dcac37ab4d8f739341e338c4e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:31:24 +0000 Subject: [PATCH] deps: bump smmap from 5.0.0 to 5.0.1 Bumps [smmap](https://github.com/gitpython-developers/smmap) from 5.0.0 to 5.0.1. - [Commits](https://github.com/gitpython-developers/smmap/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: smmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fea9393..ef6e8c5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,6 +28,6 @@ pytz==2022.7.1 pyyaml==6.0 pyyaml-env-tag==0.1 ; python_version >= '3.6' six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -smmap==5.0.0 ; python_version >= '3.6' +smmap==5.0.1 ; python_version >= '3.6' watchdog==2.1.9 ; python_version >= '3.6' wcwidth==0.2.5 diff --git a/requirements.txt b/requirements.txt index 41af2e7..510e351 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,6 @@ pytz==2022.5 pyyaml==6.0; python_version >= '3.6' pyyaml-env-tag==0.1; python_version >= '3.6' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -smmap==5.0.0; python_version >= '3.6' +smmap==5.0.1; python_version >= '3.6' watchdog==3.0.0; python_version >= '3.7' wcwidth==0.2.5