Skip to content

Commit

Permalink
Merge pull request #46 from ulfsri/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
GraysonBellamy authored Feb 23, 2024
2 parents 57a0285 + 3fda107 commit daaeb47
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make poetry-download

- name: Set up cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
Expand Down
67 changes: 13 additions & 54 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ trio-serial = "^0.4.0"
trio = "^0.23.2"

[tool.poetry.dev-dependencies]
bandit = "^1.7.1"
bandit = "^1.7.7"
black = {version = "^24.1a1", allow-prereleases = true}
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.10.1"}
Expand Down

0 comments on commit daaeb47

Please sign in to comment.