Skip to content

Commit b0f5c3d

Browse files
authored
Chore: Update packages (#866)
1 parent 5a5034c commit b0f5c3d

File tree

4 files changed

+728
-785
lines changed

4 files changed

+728
-785
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
require_serial: true
4848
language: node
4949
- repo: https://github.com/pre-commit/mirrors-eslint
50-
rev: "9636d51"
50+
rev: "aaf3076"
5151
hooks:
5252
- id: eslint
5353
name: eslint
@@ -58,11 +58,11 @@ repos:
5858
[
5959
"@typescript-eslint/eslint-plugin",
6060
"@typescript-eslint/parser",
61-
eslint@8.36.0,
62-
eslint-config-prettier@8.7.0,
61+
eslint@8.40.0,
62+
eslint-config-prettier@8.8.0,
6363
eslint-config-standard-with-typescript@34.0.1,
6464
eslint-plugin-import@2.27.4,
65-
eslint-plugin-n@15.6.1,
65+
eslint-plugin-n@15.7.0,
6666
eslint-plugin-promise@6.1.1,
6767
eslint-plugin-react@7.32.2,
6868
]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@
108108
"snowflake-connector-python[pandas]",
109109
],
110110
"web": [
111-
"fastapi==0.95.0",
111+
"fastapi==0.95.2",
112112
"watchfiles>=0.19.0",
113-
"pyarrow==11.0.0",
113+
"pyarrow>=10.0.1",
114114
"uvicorn[standard]==0.22.0",
115115
],
116116
},

0 commit comments

Comments
 (0)