Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1529068

Browse files
authored
Chore: updated packages (SQLMesh#1134)
1 parent 77ea7c4 commit 1529068

8 files changed

Lines changed: 1908 additions & 1621 deletions

File tree

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
ui_test:
9292
docker:
93-
- image: mcr.microsoft.com/playwright:v1.35.0-jammy
93+
- image: mcr.microsoft.com/playwright:v1.36.0-jammy
9494
resource_class: medium
9595
steps:
9696
- halt_unless_client

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
files: *files
3838
require_serial: true
3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: "6f3cb13"
40+
rev: "efd8b1e"
4141
hooks:
4242
- id: prettier
4343
name: prettier
@@ -47,7 +47,7 @@ repos:
4747
require_serial: true
4848
language: node
4949
- repo: https://github.com/pre-commit/mirrors-eslint
50-
rev: "aaf3076"
50+
rev: "4f87a8d"
5151
hooks:
5252
- id: eslint
5353
name: eslint
@@ -56,13 +56,13 @@ repos:
5656
entry: eslint --fix
5757
additional_dependencies:
5858
[
59-
"@typescript-eslint/eslint-plugin",
60-
"@typescript-eslint/parser",
61-
eslint@8.40.0,
59+
"@typescript-eslint/eslint-plugin@5.50.0",
60+
"@typescript-eslint/parser@5.50.0",
61+
eslint@8.44.0,
6262
63-
eslint-config-standard-with-typescript@35.0.0,
63+
eslint-config-standard-with-typescript@36.0.0,
6464
65-
eslint-plugin-n@16.0.0,
65+
eslint-plugin-n@15.0.0,
6666
6767
6868
]

Dockerfile.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.35.0-jammy
1+
FROM mcr.microsoft.com/playwright:v1.36.0-jammy
22

33
WORKDIR /app
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"snowflake-connector-python[pandas,secure-local-storage]",
115115
],
116116
"web": [
117-
"fastapi==0.95.2",
117+
"fastapi==0.100.0",
118118
"watchfiles>=0.19.0",
119119
"pyarrow>=10.0.1",
120120
"uvicorn[standard]==0.22.0",

0 commit comments

Comments
 (0)