Skip to content

Commit 4b7e167

Browse files
authored
Merge branch 'main' into andrueastman/fixWarnings
2 parents 339e1c2 + b3ec1e3 commit 4b7e167

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

it/python/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
astroid==3.2.2 ; python_full_version >= '3.7.2'
44

5-
certifi==2024.2.2 ; python_version >= '3.6'
5+
certifi==2024.6.2 ; python_version >= '3.6'
66

77
charset-normalizer==3.3.2 ; python_full_version >= '3.7.0'
88

@@ -56,15 +56,15 @@ tomli-w==1.0.0 ; python_version >= '3.7'
5656

5757
tomlkit==0.12.5 ; python_version >= '3.7'
5858

59-
typing-extensions==4.12.0 ; python_version >= '3.7'
59+
typing-extensions==4.12.1 ; python_version >= '3.7'
6060

6161
urllib3==2.2.1 ; python_version >= '3.7'
6262

6363
wrapt==1.15.0 ; python_version < '3.11'
6464

6565
yapf==0.40.2
6666

67-
zipp==3.19.0 ; python_version >= '3.7'
67+
zipp==3.19.1 ; python_version >= '3.7'
6868

6969
aiohttp==3.9.5 ; python_version >= '3.6'
7070

it/typescript/package-lock.json

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

it/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"prettier": "./.prettierrc.json",
2020
"devDependencies": {
2121
"@es-exec/esbuild-plugin-start": "^0.0.5",
22-
"@types/node": "^20.12.13",
22+
"@types/node": "^20.14.0",
2323
"@typescript-eslint/eslint-plugin": "^7.7.1",
2424
"@typescript-eslint/parser": "^7.8.0",
2525
"esbuild": "^0.21.4",
2626
"eslint": "^8.57.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"minimist": "^1.2.8",
29-
"prettier": "^3.2.5",
29+
"prettier": "^3.3.0",
3030
"typescript": "^4.9.5"
3131
},
3232
"dependencies": {

0 commit comments

Comments
 (0)