From d5728099ef6080ec7b2f9e3abc35dfcc31c4fc3f Mon Sep 17 00:00:00 2001 From: 8ball030 <8baller@station.codes> Date: Sat, 1 Feb 2025 15:10:49 +0000 Subject: [PATCH] auto_dev:lint-and-format-code --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 31965357..6c240664 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -5096,5 +5096,5 @@ doc = [] [metadata] lock-version = "2.0" -python-versions = ">=3.9,<=3.13" -content-hash = "ac1ab07f36a207d20804ec0a5fc07fef89ab6b1ac297b4236c236c0c0f080bf9" +python-versions = ">=3.9,<=3.14" +content-hash = "b998423e17cac894c465a2c0ad035df10a167206df643d671ab7c425fbd2f776" diff --git a/pyproject.toml b/pyproject.toml index b85f300a..f6db9261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ include = "\\.pyi?$" exclude = "/(\n \\.eggs\n | \\.git\n | \\.hg\n | \\.mypy_cache\n | \\.tox\n | \\.venv\n | _build\n | buck-out\n | build\n | dist\n)/\n" [tool.poetry.dependencies] -python = ">=3.9,<=3.13" +python = ">=3.9,<=3.14" open-autonomy = "==0.18.4" open-aea = "==1.60.0" open-aea-test-autonomy = "==0.18.4"