Skip to content

Commit

Permalink
1.4.10 (#66)
Browse files Browse the repository at this point in the history
* Update to 1.4.3

* Update to 1.4.3

* Update to 1.4.4

* Update to 1.4.7

* Update to 1.4.7

* Update to 1.4.9

* Update to 1.4.9

* Update to 1.4.10
  • Loading branch information
wwakabobik authored Jan 30, 2024
1 parent 21d52d4 commit 4e4b896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ kaleido==0.2.1
httplib2==0.22.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
google-api-python-client==2.114.0
google-api-python-client==2.115.0
oauth2client==4.1.3

0 comments on commit 4e4b896

Please sign in to comment.