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 246ea20 commit d47b5b1
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 198 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.32"
SQLAlchemy = "==2.0.33"
pandas = "==2.2.2"
json5 = "==0.9.25"
psycopg2-binary = "==2.9.9"
Expand Down
211 changes: 100 additions & 111 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.32"
sqlalchemy = "==2.0.33"
flask = "==3.0.3"
mypy = "==1.11.2"
flask-jwt-extended = {extras = ["asymmetric_crypto"], version = "==4.6.0"}
Expand Down
154 changes: 71 additions & 83 deletions backend/ops_api/Pipfile.lock

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

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 @@ -56,7 +56,7 @@
"eslint-plugin-jest": "28.8.2",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.11",
"eslint-plugin-testing-library": "6.3.0",
Expand All @@ -67,7 +67,7 @@
"msw": "2.3.5",
"prettier": "3.3.3",
"redux-mock-store": "1.5.4",
"vite": "5.4.2",
"vite": "5.4.3",
"vite-jsconfig-paths": "2.0.1",
"vite-plugin-babel-macros": "1.0.6",
"vite-plugin-eslint": "1.8.1",
Expand Down

0 comments on commit d47b5b1

Please sign in to comment.