Skip to content

Commit

Permalink
Merge #638: Oct 2022 Dependency Update
Browse files Browse the repository at this point in the history
56aa6b1 deps: Automatic update (Andrew Chow)
edc4ee9 build: Bump pyinstaller minimum to 5.3 (Andrew Chow)
6aabe84 bitbox: Update minimum to 6.1.0 (Andrew Chow)
2e06d7e Bump minimum Python to 3.7 (Andrew Chow)
9a0f0ee ci: Remove python 3.6 (Andrew Chow)

Pull request description:

  * Bump minimum python version to 3.7
  * Update to bitbox 6.1.0
  * Update pyinstaller to 5.3
  * Miscellaneous poetry.lock updates

  Closes #626
  Closes #621

Top commit has no ACKs.

Tree-SHA512: 47304606ee7905a347d4323ced8f4c64d144766f7886388195b0bc00c5d4cc9cafb18a6475be9540bd5ae32239ed1ddbb0619d2992548d0d9abdbfadcd690c9d
  • Loading branch information
achow101 committed Oct 28, 2022
2 parents e731395 + 56aa6b1 commit 8d134df
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 507 deletions.
4 changes: 0 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ task:
matrix:
- container:
dockerfile: ci/cirrus.Dockerfile
env:
PYTHON: 3.6
- container:
dockerfile: ci/py37.Dockerfile
env:
PYTHON: 3.7
- container:
Expand Down
2 changes: 1 addition & 1 deletion ci/cirrus.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.7

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
Expand Down
20 changes: 0 additions & 20 deletions ci/py37.Dockerfile

This file was deleted.

0 comments on commit 8d134df

Please sign in to comment.