This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new b6b5d4473f Build: Bump datamodel-code-generator from 0.23.0 to 0.24.2
(#9109)
b6b5d4473f is described below
commit b6b5d4473f7ecbd0961caf528728ef024f70a927
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 19 07:12:36 2023 +0100
Build: Bump datamodel-code-generator from 0.23.0 to 0.24.2 (#9109)
Bumps
[datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator)
from 0.23.0 to 0.24.2.
- [Release
notes](https://github.com/koxudaxi/datamodel-code-generator/releases)
-
[Commits](https://github.com/koxudaxi/datamodel-code-generator/compare/0.23.0...0.24.2)
---
updated-dependencies:
- dependency-name: datamodel-code-generator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
open-api/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-api/requirements.txt b/open-api/requirements.txt
index 6fa2df8d82..d1e87bd801 100644
--- a/open-api/requirements.txt
+++ b/open-api/requirements.txt
@@ -16,6 +16,6 @@
# under the License.
openapi-spec-validator==0.5.2
-datamodel-code-generator==0.23.0
+datamodel-code-generator==0.24.2
# Add the Pydantic constraint since 2.4.0 has a bug
pydantic<2.4.0