From 4ccb0da0d2bbe3c315e51dd4199c381adae7aaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:42:34 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [httplib2](https://github.com/httplib2/httplib2), [pymongo](https://github.com/mongodb/mongo-python-driver) and [requests](https://github.com/psf/requests). Updates `httplib2` from 0.9 to 0.19.0 - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](https://github.com/httplib2/httplib2/compare/0.9...v0.19.0) Updates `pymongo` from 2.7.2 to 4.6.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/2.7.2...4.6.3) Updates `requests` from 2.5.0 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.5.0...v2.33.0) --- updated-dependencies: - dependency-name: httplib2 dependency-version: 0.19.0 dependency-type: direct:production dependency-group: pip - dependency-name: pymongo dependency-version: 4.6.3 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index af2fef8..e0cde08 100644 --- a/setup.py +++ b/setup.py @@ -12,9 +12,9 @@ ] }, - install_requires = [ "CouchDB==1.0", "httplib2==0.9", "ipcalc==1.1.3",\ - "NoSQLMap==0.5", "pbkdf2==1.3", "pymongo==2.7.2",\ - "requests==2.5.0"], + install_requires = [ "CouchDB==1.0", "httplib2==0.19.0", "ipcalc==1.1.3",\ + "NoSQLMap==0.5", "pbkdf2==1.3", "pymongo==4.6.3",\ + "requests==2.33.0"], author = "tcstools", author_email = "nosqlmap@gmail.com",