Skip to content

Commit 338a6fe

Browse files
authored
Merge pull request #269 from emnify/development
rc
2 parents 9f65112 + d9f4ff0 commit 338a6fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ updates:
1414
python:
1515
patterns:
1616
- "*"
17+
ignore:
18+
- dependency-name: "pydantic"
19+
versions: [ ">=2" ]
1720
- package-ecosystem: "github-actions"
1821
directory: "/"
1922
commit-message:

emnify/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# THIS FILE IS GENERATED AUTOMATICALLY, DON'T CHANGE ITS CONTENT!!
2-
EMNIFY_PACKAGE_VERSION="0.4.3"
2+
EMNIFY_PACKAGE_VERSION = "0.4.3"

0 commit comments

Comments
 (0)