Skip to content

Commit ed77379

Browse files
committed
Merge branch 'main' into next
2 parents c22c751 + d057639 commit ed77379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"@semantic-release/github": "^12.0.1",
1111
"@semantic-release/release-notes-generator": "^14.0.0",
1212
"prettier": "^3.1.0",
13-
"typescript": "^5.2.2"
13+
"typescript": "^6.0.2"
1414
}
1515
}

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ pytest_mock==3.15.1
55

66
# Code linters, formatters, and security scanners
77
# ------------
8-
black==26.1.0
8+
black==26.3.1
99
flake8==7.3.0
1010
flake8-coding==1.3.2
1111
pre-commit==4.5.1
1212
isort==8.0.1
13-
mypy==1.19.1
13+
mypy==1.20.0
1414
pylint==4.0.5
1515
bandit==1.9.4
1616
pydocstringformatter==0.7.5

0 commit comments

Comments
 (0)