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():