Skip to content

Commit

Permalink
fix: updated packages to avoid security risks (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp authored May 9, 2024
1 parent 83b3214 commit d19da69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions apps/schematic/api/poetry.lock

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

2 changes: 1 addition & 1 deletion apps/schematic/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "3.10.14"
connexion = {version = "2.14.1", extras = ["swagger-ui"]}
swagger-ui-bundle = "0.0.9"
python-dateutil = "2.8.2"
Flask = "2.1.3"
Flask = "2.2.5"
Flask-Cors = "3.0.10"
schematicpy = "24.4.1"
# jsonschema isn't a direct import, but is used by connexion.
Expand Down

0 comments on commit d19da69

Please sign in to comment.