Skip to content

Commit 7a6d41c

Browse files
committed
Upgrade versions of dev dependencies
Black 22.12->23.11 Ruff 0.1.6->0.1.7
1 parent 4d46410 commit 7a6d41c

4 files changed

Lines changed: 30 additions & 23 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ repos:
2222
args: [--settings-path, "./pyproject.toml"]
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.1.6
25+
rev: v0.1.7
2626
hooks:
2727
- id: ruff

poetry.lock

Lines changed: 24 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PySide6 = "^6.6.0"
2828

2929
[tool.poetry.group.dev.dependencies]
3030
pre-commit = "^3.5.0"
31-
black = "^22.12.0"
31+
black = "^23.11.0"
3232
isort = "^5.12.0"
3333
ruff = "^0.1.7"
3434
mypy = "^1.7.0"

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyside6-addons==6.6.0 ; python_version >= "3.8" and python_version < "3.13"
2-
pyside6-essentials==6.6.0 ; python_version >= "3.8" and python_version < "3.13"
3-
pyside6==6.6.0 ; python_version >= "3.8" and python_version < "3.13"
4-
shiboken6==6.6.0 ; python_version >= "3.8" and python_version < "3.13"
1+
pyside6-addons==6.6.1 ; python_version >= "3.8" and python_version < "3.12"
2+
pyside6-essentials==6.6.1 ; python_version >= "3.8" and python_version < "3.12"
3+
pyside6==6.6.1 ; python_version >= "3.8" and python_version < "3.12"
4+
shiboken6==6.6.1 ; python_version >= "3.8" and python_version < "3.12"

0 commit comments

Comments
 (0)