Skip to content

Commit ceefc8e

Browse files
Bump urllib3 from 1.26.19 to 2.4.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.4.0. - [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.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0be666 commit ceefc8e

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
@@ -41,7 +41,7 @@ sqlalchemy >= 1.4.22, != 1.4.33, < 3.0.0 # Prefect does not work with 1.4.33 and
4141
suds-py3==1.4.5.0
4242
surveygizmo==1.2.3
4343
twilio==9.6.0
44-
urllib3==1.26.19
44+
urllib3==2.4.0
4545
validate-email==1.3
4646
xmltodict==0.14.2
4747

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def main():
2828
"dbt-postgres": ["dbt-postgres>=1.5.0"],
2929
"dbt-snowflake": ["dbt-snowflake>=1.5.0"],
3030
"facebook": ["joblib", "facebook-business"],
31-
"geocode": ["censusgeocode", "urllib3==1.26.19"],
31+
"geocode": ["censusgeocode", "urllib3==2.4.0"],
3232
"github": ["PyGitHub"],
3333
"google": [
3434
"apiclient",

0 commit comments

Comments
 (0)