From 66b4a15b3726e6124a7e4f2ee9f7038d85aa7fcb Mon Sep 17 00:00:00 2001 From: Krystle Salazar Date: Tue, 3 Dec 2024 18:32:08 -0400 Subject: [PATCH] Update `dev` group of dependencies --- api/pdm.lock | 2 +- api/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/pdm.lock b/api/pdm.lock index 5b356af53d6..c3c05794b8a 100644 --- a/api/pdm.lock +++ b/api/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "overrides", "test"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:f3221f00e34af7caec4730447e3d2237e735ae558a0ca320f55fadf30a7cc831" +content_hash = "sha256:86e04ec218fb1f4ffe4e553a2ac20a19c41dd8bc8b3f25d3f19e9319cbf3cea5" [[metadata.targets]] requires_python = "==3.12.*" diff --git a/api/pyproject.toml b/api/pyproject.toml index dccfef9fe3d..959658c5213 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -50,9 +50,9 @@ overrides = [ ] dev = [ "debugpy >= 1.8.9, <2", - "ipython >=8.30.0, <9", + "ipython >=8.30, <9", "pgcli >=4.1, <5", - "remote-pdb >=2.1.0, <3", + "remote-pdb >=2.1, <3", "setuptools >=75.6, <76", # FIXME: Should be removed when Python build issues are resolved, # FIXME: since we don't explicitly use this library.