Skip to content

Commit

Permalink
chore(deps): update patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2024
1 parent 917729c commit 127c5af
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 268 deletions.
2 changes: 1 addition & 1 deletion backend/data_tools/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
SQLAlchemy = "==2.0.33"
SQLAlchemy = "==2.0.34"
pandas = "==2.2.2"
json5 = "==0.9.25"
psycopg2-binary = "==2.9.9"
Expand Down
276 changes: 144 additions & 132 deletions backend/data_tools/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/ops_api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
sqlalchemy = "==2.0.33"
sqlalchemy = "==2.0.34"
flask = "==3.0.3"
mypy = "==1.11.2"
flask-jwt-extended = {extras = ["asymmetric_crypto"], version = "==4.6.0"}
Expand Down
276 changes: 144 additions & 132 deletions backend/ops_api/Pipfile.lock

Large diffs are not rendered by default.

Binary file modified frontend/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-select": "5.8.0",
"sass": "1.77.8",
"sass-loader": "14.2.1",
"vest": "5.4.1"
"vest": "5.4.2"
},
"devDependencies": {
"@eslint/compat": "1.1.1",
Expand All @@ -53,7 +53,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.8.2",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
Expand Down

0 comments on commit 127c5af

Please sign in to comment.