From ed533faff05dffeb7de7e4cc096fa2cd4fad9ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 08:57:52 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2019.3.9` | `2024.7.4` | | [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) | `0.13.3` | `0.19.2` | | [idna](https://github.com/kjd/idna) | `2.8` | `3.7` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `3.8.0` | `4.6.3` | | [urllib3](https://github.com/urllib3/urllib3) | `1.25.2` | `2.6.3` | | [virtualenv](https://github.com/pypa/virtualenv) | `16.6.0` | `20.36.1` | Updates `certifi` from 2019.3.9 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2019.03.09...2024.07.04) Updates `ecdsa` from 0.13.3 to 0.19.2 - [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases) - [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS) - [Commits](https://github.com/tlsfuzzer/python-ecdsa/compare/python-ecdsa-0.13.3...python-ecdsa-0.19.2) Updates `idna` from 2.8 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.8...v3.7) Updates `pymongo` from 3.8.0 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/3.8.0...4.6.3) Updates `urllib3` from 1.25.2 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.2...2.6.3) Updates `virtualenv` from 16.6.0 to 20.36.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/16.6.0...20.36.1) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: ecdsa dependency-version: 0.19.2 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: pymongo dependency-version: 4.6.3 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: pip - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae5ae68..c5c5061 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -certifi==2019.3.9 +certifi==2024.7.4 chardet==3.0.4 coverage==4.5.3 coveralls==1.7.0 docopt==0.6.2 -ecdsa==0.13.3 +ecdsa==0.19.2 httmock==1.3.0 -idna==2.8 +idna==3.7 nose==1.3.7 parse==1.12.0 -pymongo==3.8.0 +pymongo==4.6.3 requests==2.21.0 selenium==3.141.0 splinter==0.10.0 -urllib3==1.25.2 -virtualenv==16.6.0 +urllib3==2.6.3 +virtualenv==20.36.1