Skip to content

Commit

Permalink
Update pyairtable requirement from <2 to <3
Browse files Browse the repository at this point in the history
Updates the requirements on [pyairtable](https://github.com/gtalarico/pyairtable) to permit the latest version.
- [Commits](gtalarico/pyairtable@0.2.0.dev1...2.1.0.post1)

---
updated-dependencies:
- dependency-name: pyairtable
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and DhanshreeA committed Sep 28, 2023
1 parent 326873b commit 67c9765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 67c9765

Please sign in to comment.