Skip to content

Commit 817c3aa

Browse files
authored
update dependencies (#566)
* update dependencies * update pytest
1 parent 1ece9e9 commit 817c3aa

File tree

4 files changed

+305
-218
lines changed

4 files changed

+305
-218
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
JUST_VERSION: '1'
17-
PREK_VERSION: '0.2.13'
17+
PREK_VERSION: '0.2.19'
1818
TERRAFORM_VERSION: '1.13'
1919

2020
jobs:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/rhysd/actionlint
3-
rev: v1.7.8
3+
rev: v1.7.9
44
hooks:
55
- id: actionlint-docker
66
- repo: https://github.com/antonbabenko/pre-commit-terraform
7-
rev: v1.101.1
7+
rev: v1.104.0
88
hooks:
99
- id: terraform_fmt
1010
# - id: terraform_docs
1111
# args: ['--sort-by-required', '--no-providers']
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.1
13+
rev: v0.14.7
1414
hooks:
1515
- id: ruff-check
1616
args: [--fix]

pyproject.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Twitter = "https://twitter.com/kmcquade3"
4444

4545
[dependency-groups]
4646
dev = [
47-
"coverage>=7.11.0,<8.0.0",
48-
"mypy>=1.18.0,<2.0.0",
49-
"prek>=0.2.13,<0.3.0",
50-
"pytest>=8.4.0,<9.0.0",
47+
"coverage>=7.12.0,<8.0.0",
48+
"mypy>=1.19.0,<2.0.0",
49+
"prek>=0.2.19,<0.3.0",
50+
"pytest>=9.0.0,<10.0.0",
5151
"rust-just>=1.43.0,<2.0.0",
5252
"types-beautifulsoup4>=4.12.0,<5.0.0",
5353
"types-pyyaml>=6.0.12,<7.0.0",
@@ -61,13 +61,13 @@ docs = [
6161
"docutils>=0.22.0,<0.23.0",
6262
"filelock>=3.20.0,<4.0.0",
6363
"mkdocs>=1.6.0,<2.0.0",
64-
"mkdocs-material>=9.6.0,<10.0.0",
64+
"mkdocs-material>=9.7.0,<10.0.0",
6565
"mkdocs-material-extensions>=1.3.0,<2.0.0",
66-
"mkdocstrings>=0.30.0,<0.31.0",
67-
"mkdocstrings-python>=1.18.0,<2.0.0",
66+
"mkdocstrings>=1.0.0,<2.0.0",
67+
"mkdocstrings-python>=2.0.0,<3.0.0",
6868
"mkdocstrings-python-legacy>=0.2.0,<0.3.0",
6969
"pygments>=2.19.0,<3.0.0",
70-
"pymdown-extensions>=10.16.0,<11.0.0",
70+
"pymdown-extensions>=10.17.0,<11.0.0",
7171
"pytkdocs>=0.16.0,<0.17.0",
7272
# Trying to see if RTFD needs these
7373
"markdown>=3.9.0,<4.0.0",
@@ -155,7 +155,8 @@ ignore = ["E501"] # ruff fromat takes care of it
155155

156156
fixable = ["I001"]
157157

158-
[tool.pytest.ini_options]
158+
[tool.pytest]
159+
strict = true
159160
testpaths = [
160161
"test",
161162
"test/analysis",

0 commit comments

Comments
 (0)