Skip to content

Commit

Permalink
Merge pull request #32 from rgmining/upgrade_urllib3
Browse files Browse the repository at this point in the history
Upgrade urllib3
  • Loading branch information
jkawamoto authored Oct 18, 2023
2 parents dd3aae2 + da70d5c commit 2313dfb
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 211 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.9"
cache: poetry
- name: Install dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand Down
Loading

0 comments on commit 2313dfb

Please sign in to comment.