Skip to content

Commit 30b8315

Browse files
committed
chore: update deps
1 parent 4ceed2a commit 30b8315

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- "--max-args=7"
3030
- "--disable=too-many-positional-arguments"
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.35.0
32+
rev: 0.36.0
3333
hooks:
3434
- id: check-github-workflows
3535
- id: check-dependabot

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = [
2323
]
2424
license = "MIT"
2525
license-files = ["LICENSE"]
26-
dependencies = ["PyGithub==2.8.1", "python-semantic-release==10.4.1"]
26+
dependencies = ["PyGithub==2.8.1", "python-semantic-release==10.5.3"]
2727
classifiers = [
2828
"Programming Language :: Python",
2929
"Programming Language :: Python :: 3",
@@ -46,7 +46,13 @@ classifiers = [
4646
]
4747

4848
[project.optional-dependencies]
49-
dev = ["bandit==1.8.6", "pylint==3.3.9", "pipdeptree==2.28.0", "twine==6.2.0"]
49+
dev = [
50+
"bandit==1.9.2",
51+
"pylint==4.0.4",
52+
"python-dotenv==1.2.1",
53+
"pipdeptree==2.30.0",
54+
"twine==6.2.0",
55+
]
5056
test = ["pytest-cov==7.0.0"]
5157

5258
[project.urls]

0 commit comments

Comments
 (0)