[pgadmin-org/pgadmin4] f970c2: Python dependency: Update urllib3 requirement from...

From: "dependabot[bot]" <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] f970c2: Python dependency: Update urllib3 requirement from...
Date: 2023-11-28 11:06:17
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/dependabot/pip/urllib3-eq-2.1.star/66e189-f970c2@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/dependabot/pip/urllib3-eq-2.1.star
Home: https://github.com/pgadmin-org/pgadmin4
Commit: f970c2156cc2df9838ac2c604ad1b48a050948d4
https://github.com/pgadmin-org/pgadmin4/commit/f970c2156cc2df9838ac2c604ad1b48a050948d4
Author: dependabot[bot] <49699333+dependabot[bot](at)users(dot)noreply(dot)github(dot)com>
Date: 2023-11-28 (Tue, 28 Nov 2023)

Changed paths:
M requirements.txt

Log Message:
-----------
Python dependency: Update urllib3 requirement from ==1.26.* to ==2.1.*

Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version.
- [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.0...2.1.0)

---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support(at)github(dot)com>

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2023-11-28 11:13:05 [pgadmin-org/pgadmin4] 377216: Add support for generating ERD for a schema. #4580
Previous Message Aditya Toshniwal 2023-11-28 11:05:07 [pgadmin-org/pgadmin4] c9590b: Remove botocore from requirements as it is install...