Skip to content

Commit

Permalink
Update dependencies (#125)
Browse files Browse the repository at this point in the history
Bump nuitka from 2.4.5 to 2.4.8

Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 2.4.5 to 2.4.8.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst)
- [Commits](Nuitka/Nuitka@2.4.5...2.4.8)

---
updated-dependencies:
- dependency-name: nuitka
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Bump pylint from 3.2.6 to 3.3.1

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.6 to 3.3.1.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.6...v3.3.1)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Bump pyside6-essentials from 6.7.2 to 6.7.3

Bumps [pyside6-essentials](https://pyside.org) from 6.7.2 to 6.7.3.

---
updated-dependencies:
- dependency-name: pyside6-essentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Bump pytest from 8.3.2 to 8.3.3

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.6...v0.6.9)
- [github.com/pycqa/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10)
  • Loading branch information
hluk authored Oct 14, 2024
1 parent f8fd09a commit 7665cbb
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 233 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 0

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Use Poetry
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9

- name: Install dependencies
run: poetry install --no-root --no-interaction

- name: (Linux) Install runtime dependencies
if: runner.os == 'Linux'
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 10
retry_wait_seconds: 30
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: ls -lSh xitomatl.dist

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact-name }}
path: ${{ matrix.artifact-file }}
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand Down Expand Up @@ -41,7 +41,7 @@ repos:

# Linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.9
hooks:
- id: ruff
args:
Expand All @@ -51,7 +51,7 @@ repos:

# Security linter
- repo: https://github.com/pycqa/bandit
rev: 1.7.9
rev: 1.7.10
hooks:
- id: bandit
name: bandit
Expand Down
Loading

0 comments on commit 7665cbb

Please sign in to comment.