Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed May 20, 2024
2 parents 12bff8d + 727bd8a commit a48200e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 32 deletions.
1 change: 0 additions & 1 deletion .github/workflows/runMyPy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- 'python/**'
- 'run_gcs_to_bq/**'
- 'run_ingestion/**'
- 'run_ingestion/**'
workflow_dispatch:

jobs:
Expand Down
40 changes: 20 additions & 20 deletions frontend/package-lock.json

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

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@fontsource/roboto": "^5.0.13",
"@fontsource/roboto-condensed": "^5.0.16",
"@fontsource/taviraj": "^5.0.20",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.5.0",
"axios": "^1.7.1",
"d3": "^7.8.5",
"data-forge": "^1.10.2",
"env-cmd": "^10.1.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^15.0.7",
"@types/d3": "^7.4.0",
"@types/lodash": "^4.17.1",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions python/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pytz==2020.4
# via
# google-api-core
# pandas
pyyaml==5.3.1
pyyaml==5.4
# via libcst
requests==2.31.0
# via
Expand All @@ -124,7 +124,7 @@ six==1.15.0
# python-dateutil
tomlkit==0.12.4
# via pylint
typing-extensions==3.7.4.3
typing-extensions==4
# via
# libcst
# typing-inspect
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pytz==2020.1
# via
# google-api-core
# pandas
pyyaml==5.3.1
pyyaml==5.4
# via libcst
requests==2.31.0
# via
Expand All @@ -165,7 +165,7 @@ toml==0.10.1
# via pytest
tomlkit==0.12.5
# via pylint
typing-extensions==4.0.0
typing-extensions==4
# via
# libcst
# typing-inspect
Expand Down
2 changes: 1 addition & 1 deletion run_gcs_to_bq/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pyasn1==0.4.8 # via pyasn1-modules, rsa
pycparser==2.20 # via cffi
python-dateutil==2.8.1 # via pandas
pytz==2020.1 # via google-api-core, pandas
pyyaml==5.3.1 # via libcst
pyyaml==5.4 # via libcst
requests==2.24.0 # via -r ../python/ingestion/requirements.in, google-api-core, google-cloud-storage
rsa==4.6 # via google-auth
six==1.15.0 # via google-api-core, google-auth, google-cloud-bigquery, google-resumable-media, grpcio, protobuf, python-dateutil
Expand Down
4 changes: 2 additions & 2 deletions run_ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pytz==2020.1
# via
# google-api-core
# pandas
pyyaml==5.3.1
pyyaml==5.4
# via libcst
requests==2.31.0
# via
Expand All @@ -129,7 +129,7 @@ six==1.15.0
# python-dateutil
tomlkit==0.12.4
# via pylint
typing-extensions==4.0.0
typing-extensions==4
# via
# libcst
# typing-inspect
Expand Down

0 comments on commit a48200e

Please sign in to comment.