From 49181f4aa85f5a5f5fc2fa22e1bcfb227c31252e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20R=C4=85czy?= Date: Wed, 21 Jun 2023 00:33:27 +0200 Subject: [PATCH] Update casadi to 3.6.3 (#28609) Update casadi to 3.6.3. Update lock file old-commit-hash: 30ccd442d47232ba340d8e03f644dee43a8606f9 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1eb929132..8f161130f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bda01c2cfde86550f4b60c5f3a77bdde7087ac1ced345287705ceba9e3804729 -size 639265 +oid sha256:d03106b0630a05a130b672f1bd69b330c89cee9ee01b3335b5437b20085caabf +size 640163 diff --git a/pyproject.toml b/pyproject.toml index 8877a262e..eae3c91d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ documentation = "https://docs.comma.ai" [tool.poetry.dependencies] python = "~3.8" atomicwrites = "^1.4.0" -casadi = { version = "==3.5.5", platform = "linux" } +casadi = { version = "==3.6.3", platform = "linux" } cffi = "^1.15.1" crcmod = "^1.7" cryptography = "^37.0.4"