Skip to content

Commit

Permalink
chore: Bump urllib3 from 1.26.16 to 1.26.18 in /sdk/python/requiremen…
Browse files Browse the repository at this point in the history
…ts (feast-dev#3803)

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 25, 2023
1 parent 417b16b commit 0151961
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ uri-template==1.3.0
# via jsonschema
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.16
urllib3==1.26.18
# via
# botocore
# docker
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ typing-extensions==4.7.1
# pydantic
# sqlalchemy2-stubs
# uvicorn
urllib3==2.0.4
urllib3==1.26.18
# via requests
uvicorn[standard]==0.23.2
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ uri-template==1.3.0
# via jsonschema
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.16
urllib3==1.26.18
# via
# botocore
# docker
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.8-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ typing-extensions==4.7.1
# sqlalchemy2-stubs
# starlette
# uvicorn
urllib3==2.0.4
urllib3==1.26.18
# via requests
uvicorn[standard]==0.23.2
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ uri-template==1.3.0
# via jsonschema
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.16
urllib3==1.26.18
# via
# botocore
# docker
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ typing-extensions==4.7.1
# sqlalchemy2-stubs
# starlette
# uvicorn
urllib3==2.0.4
urllib3==1.26.18
# via requests
uvicorn[standard]==0.23.2
# via feast (setup.py)
Expand Down

0 comments on commit 0151961

Please sign in to comment.