Skip to content

Commit

Permalink
Update dependencies (#112)
Browse files Browse the repository at this point in the history
Bump nuitka from 2.2 to 2.3

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

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

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

Bump pylint from 3.1.0 to 3.2.2

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.1.0...v3.2.2)

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

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

squash! squash! squash! Update dependencies

Bump pyside6-essentials from 6.7.0 to 6.7.1

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

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

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

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.2...v0.5.0)
- [github.com/pycqa/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9)
  • Loading branch information
hluk authored Jul 11, 2024
1 parent f254cb5 commit 4cb267d
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 209 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ repos:

# Auto-update syntax
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args:
- --py311-plus

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

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

0 comments on commit 4cb267d

Please sign in to comment.