We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f65112 + d9f4ff0 commit 338a6feCopy full SHA for 338a6fe
.github/dependabot.yml
@@ -14,6 +14,9 @@ updates:
14
python:
15
patterns:
16
- "*"
17
+ ignore:
18
+ - dependency-name: "pydantic"
19
+ versions: [ ">=2" ]
20
- package-ecosystem: "github-actions"
21
directory: "/"
22
commit-message:
emnify/version.py
@@ -1,2 +1,2 @@
1
# THIS FILE IS GENERATED AUTOMATICALLY, DON'T CHANGE ITS CONTENT!!
2
-EMNIFY_PACKAGE_VERSION="0.4.3"
+EMNIFY_PACKAGE_VERSION = "0.4.3"
0 commit comments