Skip to content

Commit

Permalink
Bump urllib3 from 1.26.14 to 1.26.17 (#311)
Browse files Browse the repository at this point in the history
* Bump urllib3 from 1.26.14 to 1.26.17

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.14...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* update requirements.txt.

* Try python 3.9

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Zhao <[email protected]>
  • Loading branch information
dependabot[bot] and justinxzhao authored Oct 10, 2023
1 parent 7db01ee commit cbe92a3
Show file tree
Hide file tree
Showing 4 changed files with 409 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: "3.9"

- name: Setup Linux
if: runner.os == 'linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: "3.9"

- name: Setup Linux
if: runner.os == 'linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: "3.9"

- name: Upgrade Pip
run: |
Expand Down
Loading

0 comments on commit cbe92a3

Please sign in to comment.