Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Bump nuitka from 1.9.6 to 2.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Bump pytest from 7.4.4 to 8.0.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.14...v0.2.0)
- [github.com/pycqa/bandit: 1.7.6 → 1.7.7](PyCQA/bandit@1.7.6...1.7.7)
  • Loading branch information
hluk committed Feb 7, 2024
1 parent 7958f78 commit 205f4a1
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 119 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:

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

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

0 comments on commit 205f4a1

Please sign in to comment.