Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/sphinx-8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkidcrypto authored Aug 6, 2024
2 parents e82a31e + bf5b392 commit 023459a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Check for changes in source code
id: changed-files
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
purpleair_api/*.py
Expand All @@ -33,4 +33,4 @@ jobs:
if: needs.check-source-changes.outputs.run_job == 'true'
steps:
- uses: actions/checkout@v4
- uses: psf/black@24.4.2
- uses: psf/black@24.8.0
2 changes: 1 addition & 1 deletion .github/workflows/sphinx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Check for changes in source code
id: changed-files
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
sphinx_docs_build/source/*.rst
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Check for changes in source code
id: changed-files
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
purpleair_api/*.py
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coverage==7.6.0
coverage==7.6.1
requests-mock==1.12.1

0 comments on commit 023459a

Please sign in to comment.