Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python dependencies #463

Merged
merged 21 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
inputs:
python-version:
description: Python version to use
default: '3.8'
default: '3.10'
install-dependencies:
description: Whether to install and cache/restore dependencies
default: 'true'
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ clean: ## clean project

.PHONY: audit
audit: ## Audit project dependencies
poetry export --without-hashes | poetry run safety check --full-report --stdin \
--ignore 61496 --ignore 70612 --ignore 71596
poetry export --without-hashes --all-extras --without dev --without playbook \
| poetry run safety check --full-report --stdin \
--ignore 61496 --ignore 70612 --ignore 71596 --ignore 73323
pnpm audit --prod

.PHONY: check-format
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@
"d3-time-format": "^4.1.0",
"d3-zoom": "^3.0.0",
"detect-gpu": "^5.0.12",
"dompurify": "^3.0.3",
"dompurify": "^3.1.3",
"fast-levenshtein": "^3.0.0",
"file-saver": "^2.0.5",
"flexlayout-react": "^0.7.6",
"fuse.js": "^6.6.2",
"immer": "^9.0.19",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"micromatch": "4.0.8",
"moment": "^2.29.4",
"numbro": "^2.3.6",
"prop-types": "^15.8.1",
Expand Down
33 changes: 18 additions & 15 deletions pnpm-lock.yaml

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

Loading