8000 Regenerated Pipfile.lock + associated fixes. · Checkmk/checkmk@dcde48a · GitHub
[go: up one dir, main page]

Skip to content

Commit dcde48a

Browse files
committed
Regenerated Pipfile.lock + associated fixes.
Note that we need a pydantic version bump because of pydantic/pydantic#5927. Change-Id: I0537ca796d5d0b33e3cc4c6b7a5b27745da37ab7
1 parent e1de0b1 commit dcde48a

File tree

4 files changed

+253
-252
lines changed

Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ marshmallow = "==3.19.0" # direct dependency
175175
marshmallow-oneofschema = "==3.0.1" # direct dependency
176176
mypy-extensions = "==1.0.0" # direct dependency, NOTE: This should really be unpinned, because it must work with the unpinned mypy version! Otherwise e.g. the mypy LSP integration can break silently etc. But we have a silly test enforcing the pinning here... :-P * * *
177177
apispec-oneofschema = "==3.0.0" # direct dependency
178-
pydantic = "==1.10.7"
178+
pydantic = "==1.10.9"
179179
paho-mqtt = "==1.6.1" # needed for MQTT special agent
180180
python-active-directory = "==2.0.1"
181181
rrdtool = "==0.1.16" # Actually we ship the binding which comes with rrdtool itself...