Skip to content

Commit

Permalink
Merge pull request #18 from hokus15/dependabot/pip/obd-0.7.2
Browse files Browse the repository at this point in the history
build(deps): bump obd from 0.7.1 to 0.7.2
  • Loading branch information
hokus15 authored Mar 24, 2024
2 parents 9665c69 + 5460367 commit 524e333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gps==3.19
obd==0.7.1
obd==0.7.2
paho-mqtt==1.6.1
wrapt==1.16.0
logtail-python==0.2.10

0 comments on commit 524e333

Please sign in to comment.