From 17e85fbeab3e5a8ae0a75d5a351f5b811e35a9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:28:05 +0000 Subject: [PATCH] build(deps): bump smmap from 5.0.1 to 5.0.2 Bumps [smmap](https://github.com/gitpython-developers/smmap) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/gitpython-developers/smmap/releases) - [Commits](https://github.com/gitpython-developers/smmap/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: smmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index f90c000e..631540b2 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -211,7 +211,7 @@ requests==2.32.3 # via mkdocs-material six==1.17.0 # via python-dateutil -smmap==5.0.1 +smmap==5.0.2 # via gitdb soupsieve==2.6 # via beautifulsoup4