MINOR: Update jsonpatch package version (#14740)

* MINOR: Update jsonpatch package version

* Format

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
This commit is contained in:
Vijay Ravi 2024-01-17 00:17:11 -06:00 committed by GitHub
parent 9694e19599
commit abe716d7fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ base_requirements = {
"idna<3,>=2.5",
"importlib-metadata>=4.13.0", # From airflow constraints
"Jinja2>=2.11.3",
"jsonpatch==1.32",
"jsonpatch<2.0, >=1.24",
"jsonschema",
"memory-profiler",
"mypy_extensions>=0.4.3",