mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Upgrade deps (#7664)
* Update peewee-migrate requirement from ==1.10.* to ==1.11.* Updates the requirements on [peewee-migrate](https://github.com/klen/peewee_migrate) to permit the latest version. - [Changelog](https://github.com/klen/peewee_migrate/blob/develop/Changelog) - [Commits](https://github.com/klen/peewee_migrate/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: peewee-migrate dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update web deps * Update PR deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
|
||||
uses: actions/setup-python@v4.6.1
|
||||
uses: actions/setup-python@v4.7.0
|
||||
with:
|
||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
||||
- name: Install requirements
|
||||
|
Reference in New Issue
Block a user