Skip to content

Commit 4d27b1b

Browse files
Bump urllib3 from 1.26.19 to 2.6.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.6.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.19...2.6.2) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a376c32 commit 4d27b1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sshtunnel==0.4.0
4444
suds-py3==1.4.5.0
4545
surveygizmo==1.2.3
4646
twilio==9.9.0
47-
urllib3==1.26.19;python_version<"3.10"
47+
urllib3==2.6.2;python_version<"3.10"
4848
urllib3==2.6.0;python_version>="3.10"
4949
validate-email==1.3
5050
xmltodict==1.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main():
3232
"geocode": [
3333
"censusgeocode @ git+https://github.com/fitnr/censusgeocode.git@1824f5d558ff6378dc4359b44c9cf535a2ba205f",
3434
"urllib3==1.26.19;python_version<'3.10'",
35-
"urllib3==2.6.0;python_version>='3.10'",
35+
"urllib3==2.6.2;python_version>='3.10'",
3636
],
3737
"github": ["PyGitHub"],
3838
"google": [

0 commit comments

Comments
 (0)