From 67c9765b6c70a93dfa3bb06f56aac157ab1c5260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:22:22 +0000 Subject: [PATCH] Update pyairtable requirement from <2 to <3 Updates the requirements on [pyairtable](https://github.com/gtalarico/pyairtable) to permit the latest version. - [Commits](https://github.com/gtalarico/pyairtable/compare/0.2.0.dev1...2.1.0.post1) --- updated-dependencies: - dependency-name: pyairtable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf1543ab9..703649095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ validators = [ ] h5py = "^3.7.0" # For compatibility with isaura loguru = "^0.6.0" # For compatibility with isaura -pyairtable = "<2" +pyairtable = "<3" PyYAML = "^6.0.1" dockerfile-parse = "^2.0.1" tqdm = "^4.66.1"