Skip to content

Commit 240ea98

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/local-user
2 parents e5a1174 + 6ec934e commit 240ea98

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- --line-length=88
2121

2222
- repo: https://github.com/keewis/blackdoc
23-
rev: v0.3.9
23+
rev: v0.4.0
2424
hooks:
2525
- id: blackdoc
2626
files: '\.py$'

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ tests = [
3737
"packaging==25.0",
3838
"PyGithub==2.6.1",
3939
"appdirs==1.4.4",
40-
"requests==2.32.3",
40+
"requests==2.32.4",
4141
"PySide6==6.9.1",
42-
"ansys-tools-path==0.7.1",
42+
"ansys-tools-path==0.7.2",
4343
"pytest==8.3.5",
44-
"pytest-cov==6.1.1",
44+
"pytest-cov==6.2.1",
4545
"pytest-qt==4.4.0",
4646
"setuptools==80.9.0",
4747
]
@@ -57,9 +57,9 @@ freeze = [
5757
"packaging==25.0",
5858
"PyGithub==2.6.1",
5959
"appdirs==1.4.4",
60-
"requests==2.32.3",
60+
"requests==2.32.4",
6161
"PySide6==6.9.1",
62-
"ansys-tools-path==0.7.1",
62+
"ansys-tools-path==0.7.2",
6363
]
6464

6565
[tool.flit.module]

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.32.3
1+
requests==2.32.4
22
packaging==25.0

0 commit comments

Comments
 (0)