Skip to content

Commit e9e0b56

Browse files
Update urllib3 requirement from ==2.1.* to ==2.2.* (#92)
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](urllib3/urllib3@2.1.0...2.2.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d1c2ac commit e9e0b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ idna==3.6
44
kdtree==0.16
55
osm-conflate==1.4.1
66
requests==2.31.*
7-
urllib3==2.1.*
7+
urllib3==2.2.*

0 commit comments

Comments
 (0)