Skip to content

Commit

Permalink
Merge branch 'dev' into outdoor-camera-support
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Jan 20, 2024
2 parents e3abb8f + 27aebde commit 7da0e88
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: ⤵️ Establish pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: "${{ runner.os }}-pip-\
Expand All @@ -49,7 +49,7 @@ jobs:
poetry config virtualenvs.in-project true
- name: ⤵️ Establish poetry cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: "venv-${{ steps.setup-python.outputs.python-version }}-\
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: ⤵️ Establish pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: "${{ runner.os }}-pip-\
Expand All @@ -56,7 +56,7 @@ jobs:
poetry config virtualenvs.in-project true
- name: ⤵️ Establish poetry cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: "venv-${{ steps.setup-python.outputs.python-version }}-\
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: ⤵️ Establish pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: "${{ runner.os }}-pip-\
Expand All @@ -118,7 +118,7 @@ jobs:
poetry config virtualenvs.in-project true
- name: ⤵️ Establish poetry cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: "venv-${{ steps.setup-python.outputs.python-version }}-\
Expand Down
79 changes: 4 additions & 75 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ classifiers = [
[tool.poetry.dependencies]
aiohttp = ">=3.9.0b0"
backoff = ">=1.11.1"
beautifulsoup4 = ">=4.11.1"
certifi = ">=2023.07.22"
python = "^3.10"
voluptuous = ">=0.11.7"
Expand Down Expand Up @@ -93,7 +92,6 @@ pyupgrade = "^3.1.0"
pyyaml = "^6.0.1"
requests = ">=2.31.0"
ruff = ">=0.0.261,<0.1.14"
safety = "^2.3.1"
sphinx-rtd-theme = ">=1,<3"
typing-extensions = "^4.8.0"
vulture = "^2.6"
Expand Down

0 comments on commit 7da0e88

Please sign in to comment.