From a8e720fb3222db0aedbc52b3856cb7e7c02075a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 22:37:54 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /test/dockerfiles/condor directory: [idna](https://github.com/kjd/idna), [pymongo](https://github.com/mongodb/mongo-python-driver), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). 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 `requests` from 2.22.0 to 2.32.2 - [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.22.0...v2.32.2) Updates `urllib3` from 1.26.5 to 1.26.19 - [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.26.5...1.26.19) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: pymongo dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- test/dockerfiles/condor/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/dockerfiles/condor/requirements.txt b/test/dockerfiles/condor/requirements.txt index b9d0de8f..cdd292d6 100644 --- a/test/dockerfiles/condor/requirements.txt +++ b/test/dockerfiles/condor/requirements.txt @@ -8,17 +8,17 @@ hpack==3.0.0 httpcore==0.3.0 httptools==0.0.13 hyperframe==5.2.0 -idna==2.8 +idna==3.7 memory-profiler==0.55.0 multidict==4.5.2 psutil==5.6.6 -pymongo==3.8.0 -requests==2.22.0 +pymongo==4.6.3 +requests==2.32.2 requests-async==0.5.0 rfc3986==1.3.2 sanic==20.12.6 ujson==5.2.0 -urllib3==1.26.5 +urllib3==1.26.19 uvloop==0.12.2 websockets==6.0 htcondor==8.9.2 @@ -27,6 +27,6 @@ nose==1.3.7 magicmock==0.3 mock==3.0.5 mongoengine==0.18.2 -pymongo==3.8.0 +pymongo==4.6.3 coverage==4.5.3 python-dotenv \ No newline at end of file