Skip to content

Commit

Permalink
Bumped marshmallow 3.24.0 => 3.25.1
Browse files Browse the repository at this point in the history
This is a temporary pin as the next version (3.26.0) deprecates
attributes required by the schema generator

CMK-21417

Change-Id: I7cd5863c05d2de5605665414eb17db9d0c0fdb05
  • Loading branch information
lpetrora committed Feb 13, 2025
1 parent 4d2812a commit 4a3bf8f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pymssql==2.3.1 # needed by check_sql active check
pymysql~=1.1.1 # needed by check_sql active check
psycopg2-binary==2.9.6 # needed by check_sql active check
apispec
marshmallow==3.24.0 # temporary pin
marshmallow==3.25.1 # temporary pin
marshmallow-oneofschema
apispec-oneofschema
pydantic~=2.7
Expand Down
6 changes: 3 additions & 3 deletions requirements_all_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1739,9 +1739,9 @@ markupsafe==3.0.2 \
# -r requirements_all.txt
# jinja2
# werkzeug
marshmallow==3.24.0 \
--hash=sha256:378572f727e52123d00de1bdd9b7ea7bed18bbfedc7f9bfbcddaf78925a8d602 \
--hash=sha256:459922b7a1fd3d29d5082ddcadfcea0efd98985030e71d3ef0dd8f44f406e41d
marshmallow==3.25.1 \
--hash=sha256:ec5d00d873ce473b7f2ffcb7104286a376c354cab0c2fa12f5573dab03e87210 \
--hash=sha256:f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a
# via
# -r requirements_all.txt
# apispec-oneofschema
Expand Down
6 changes: 3 additions & 3 deletions requirements_runtime_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1094,9 +1094,9 @@ markupsafe==3.0.2 \
# via
# jinja2
# werkzeug
marshmallow==3.24.0 \
--hash=sha256:378572f727e52123d00de1bdd9b7ea7bed18bbfedc7f9bfbcddaf78925a8d602 \
--hash=sha256:459922b7a1fd3d29d5082ddcadfcea0efd98985030e71d3ef0dd8f44f406e41d
marshmallow==3.25.1 \
--hash=sha256:ec5d00d873ce473b7f2ffcb7104286a376c354cab0c2fa12f5573dab03e87210 \
--hash=sha256:f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a
# via
# -r _requirements_runtime.txt
# apispec-oneofschema
Expand Down

0 comments on commit 4a3bf8f

Please sign in to comment.