Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed Sep 24, 2024
1 parent 01f4396 commit 77156e4
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 839 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
run: pip install poetry==1.6.1
run: pip install poetry==1.8.3
- name: cache venv
uses: actions/cache@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Install poetry
run: pip install poetry==1.6.1
run: pip install poetry==1.8.3 twine==5.1.1
- name: Poetry install
run: poetry install
- name: Build and publish
Expand All @@ -24,4 +24,4 @@ jobs:
run: |
poetry version ${{ github.event.release.tag_name }}
poetry build
poetry run twine upload dist/*
twine upload dist/*
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.3.7"
rev: "v0.6.7"
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]
Expand Down
Loading

0 comments on commit 77156e4

Please sign in to comment.