Skip to content

Commit

Permalink
build: Update dev Python version to 3.9.1 (#136)
Browse files Browse the repository at this point in the history
As well as bump CI tool versions & enable dependabot for GitHub Actions.
  • Loading branch information
playpauseandstop committed Jan 4, 2021
1 parent ff71346 commit da66266
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 26 deletions.
37 changes: 23 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
time: "03:00"
open-pull-requests-limit: 10
reviewers:
- playpauseandstop
assignees:
- playpauseandstop
labels:
- build
allow:
- dependency-type: direct
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
time: "03:00"
open-pull-requests-limit: 25
reviewers:
- "playpauseandstop"
labels:
- "build"
allow:
- dependency-type: "direct"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
time: "05:00"
open-pull-requests-limit: 10
reviewers:
- "playpauseandstop"
labels:
- "build"
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:
branches: ["master"]

env:
BADABUMP_VERSION: "20.1.0b0"
COMMITIZEN_VERSION: "2.4.1"
COVERALLS_VERSION: "2.1.2"
DEV_PYTHON_VERSION: "3.9"
BADABUMP_VERSION: "20.1.0"
COMMITIZEN_VERSION: "2.13.0"
COVERALLS_VERSION: "2.2.0"
DEV_PYTHON_VERSION: "3.9.1"
POETRY_VERSION: "1.1.4"
TOX_GH_ACTIONS_VERSION: "1.3.0"
TOX_GH_ACTIONS_VERSION: "2.3.0"
TOX_VERSION: "3.20.1"
TWINE_VERSION: "3.2.0"
TWINE_VERSION: "3.3.0"

jobs:
dev:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: "python3 -m pip install poetry==${{ env.POETRY_VERSION }}"

- name: "Install depencencies"
run: "sudo apt install -y locales-all"
run: "sudo apt update -y && sudo apt install -y locales-all"

- name: "Cache venv"
uses: "actions/cache@v2.1.2"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
default: ""

env:
BADABUMP_VERSION: "20.1.0b0"
PYTHON_VERSION: "3.9.0"
BADABUMP_VERSION: "20.1.0"
PYTHON_VERSION: "3.9.1"
PYTHONUNBUFFERED: "1"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
types: ["closed"]

env:
BADABUMP_VERSION: "20.1.0b0"
PYTHON_VERSION: "3.9.0"
BADABUMP_VERSION: "20.1.0"
PYTHON_VERSION: "3.9.1"
PYTHONUNBUFFERED: "1"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.0
3.9.1

0 comments on commit da66266

Please sign in to comment.