Skip to content

Commit 14bb91c

Browse files
authored
Merge pull request #5 from planet-a-ventures/joscha/update-notion-pkg
update notion pkg
2 parents 998e306 + cb4e37c commit 14bb91c

File tree

3 files changed

+397
-357
lines changed

3 files changed

+397
-357
lines changed

devenv.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1752507617,
6+
"lastModified": 1758555931,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "d26f9cf218d8617168d26f749e02a6d87ea4bc28",
9+
"rev": "bfa88a4d33fbeb3c7b84af8108c50b13624e8097",
1010
"type": "github"
1111
},
1212
"original": {
@@ -55,10 +55,10 @@
5555
]
5656
},
5757
"locked": {
58-
"lastModified": 1750779888,
58+
"lastModified": 1758108966,
5959
"owner": "cachix",
6060
"repo": "git-hooks.nix",
61-
"rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d",
61+
"rev": "54df955a695a84cd47d4a43e08e1feaf90b1fd9b",
6262
"type": "github"
6363
},
6464
"original": {
@@ -89,10 +89,10 @@
8989
},
9090
"nixpkgs": {
9191
"locked": {
92-
"lastModified": 1750441195,
92+
"lastModified": 1755783167,
9393
"owner": "cachix",
9494
"repo": "devenv-nixpkgs",
95-
"rev": "0ceffe312871b443929ff3006960d29b120dc627",
95+
"rev": "4a880fb247d24fbca57269af672e8f78935b0328",
9696
"type": "github"
9797
},
9898
"original": {
@@ -110,10 +110,10 @@
110110
]
111111
},
112112
"locked": {
113-
"lastModified": 1749760516,
113+
"lastModified": 1755249745,
114114
"owner": "cachix",
115115
"repo": "nixpkgs-python",
116-
"rev": "908dbb466af5955ea479ac95953333fd64387216",
116+
"rev": "b6632af2db9f47c79dac8f4466388c7b1b6c3071",
117117
"type": "github"
118118
},
119119
"original": {
@@ -124,10 +124,10 @@
124124
},
125125
"nixpkgs-unstable": {
126126
"locked": {
127-
"lastModified": 1752446735,
127+
"lastModified": 1758446476,
128128
"owner": "nixos",
129129
"repo": "nixpkgs",
130-
"rev": "a421ac6595024edcfbb1ef950a3712b89161c359",
130+
"rev": "a1f79a1770d05af18111fbbe2a3ab2c42c0f6cd0",
131131
"type": "github"
132132
},
133133
"original": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
requires-python = ">=3.12"
1010
dependencies = [
1111
"dlt>=1.8.1",
12-
"pydantic-api-sdk-notion>=0.0.36",
12+
"pydantic-api-sdk-notion>=0.0.37",
1313
"pydantic>=2.10.6",
1414
]
1515

0 commit comments

Comments
 (0)