Skip to content

Commit

Permalink
Merge branch 'main' into task/extension/support-ttk-add-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome authored Nov 18, 2024
2 parents 9ecd58a + d6b9654 commit 01b2e5c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 44 deletions.
6 changes: 3 additions & 3 deletions it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ h2==4.1.0

hpack==4.0.0 ; python_full_version >= '3.6.1'

httpcore==1.0.6 ; python_version >= '3.7'
httpcore==1.0.7 ; python_version >= '3.7'

httpx[http2]==0.27.2

Expand Down Expand Up @@ -122,7 +122,7 @@ portalocker==2.10.1 ; python_version >= '3.5' and platform_system == 'Windows'

pycparser==2.22

pyjwt[crypto]==2.9.0 ; python_version >= '3.7'
pyjwt[crypto]==2.10.0 ; python_version >= '3.7'

python-dateutil==2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'

Expand All @@ -136,5 +136,5 @@ sniffio==1.3.1 ; python_version >= '3.7'

uritemplate==4.1.1 ; python_version >= '3.6'

yarl==1.17.1 ; python_version >= '3.7'
yarl==1.17.2 ; python_version >= '3.7'

73 changes: 33 additions & 40 deletions it/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"minimist": "^1.2.8",
"prettier": "^3.3.3",
Expand Down

0 comments on commit 01b2e5c

Please sign in to comment.