From 64c670f974b7be077f326112b9d0759d40277cb8 Mon Sep 17 00:00:00 2001 From: Banu Yuceer Date: Fri, 13 Feb 2026 13:02:25 +0000 Subject: [PATCH] Update urllib3 to version 2.6.3 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 82ae6f9..f6c3a53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ build>=1.0.3 pytest>=9.0.2 python-multipart>=0.0.20 -urllib3>=2.6.1 +urllib3>=2.6.3 diff --git a/setup.py b/setup.py index 0d9e8c4..faa6cbb 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ SETUP_REQUIRES = [ 'setuptools', ] -VERSION = '1.1.3' +VERSION = '1.1.4' def main():