Skip to content

Commit cbb2e5c

Browse files
chore: Bump urllib3 from 1.26.16 to 1.26.18 in /sdk/python/requirements
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.16...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7376db8 commit cbb2e5c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ uri-template==1.3.0
10181018
# via jsonschema
10191019
uritemplate==4.1.1
10201020
# via google-api-python-client
1021-
urllib3==1.26.16
1021+
urllib3==1.26.18
10221022
# via
10231023
# botocore
10241024
# docker

sdk/python/requirements/py3.10-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ typing-extensions==4.7.1
204204
# pydantic
205205
# sqlalchemy2-stubs
206206
# uvicorn
207-
urllib3==2.0.4
207+
urllib3==1.26.18
208208
# via requests
209209
uvicorn[standard]==0.23.2
210210
# via feast (setup.py)

sdk/python/requirements/py3.8-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ uri-template==1.3.0
10341034
# via jsonschema
10351035
uritemplate==4.1.1
10361036
# via google-api-python-client
1037-
urllib3==1.26.16
1037+
urllib3==1.26.18
10381038
# via
10391039
# botocore
10401040
# docker

sdk/python/requirements/py3.8-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ typing-extensions==4.7.1
210210
# sqlalchemy2-stubs
211211
# starlette
212212
# uvicorn
213-
urllib3==2.0.4
213+
urllib3==1.26.18
214214
# via requests
215215
uvicorn[standard]==0.23.2
216216
# via feast (setup.py)

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ uri-template==1.3.0
10301030
# via jsonschema
10311031
uritemplate==4.1.1
10321032
# via google-api-python-client
1033-
urllib3==1.26.16
1033+
urllib3==1.26.18
10341034
# via
10351035
# botocore
10361036
# docker

sdk/python/requirements/py3.9-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ typing-extensions==4.7.1
205205
# sqlalchemy2-stubs
206206
# starlette
207207
# uvicorn
208-
urllib3==2.0.4
208+
urllib3==1.26.18
209209
# via requests
210210
uvicorn[standard]==0.23.2
211211
# via feast (setup.py)

0 commit comments

Comments
 (0)