chore: post-dependabot lock + update devbox deps

This commit is contained in:
Mark Joshwel 2024-02-21 20:54:59 +00:00 committed by Mark Joshwel
parent 5a189d3266
commit 451072fed3
3 changed files with 31 additions and 52 deletions

View file

@ -1,10 +1,9 @@
{ {
"packages": [ "packages": [
"python311@latest",
"python311Packages.ipykernel@latest",
"poetry@latest", "poetry@latest",
"shfmt@latest", "shfmt@latest",
"shellcheck@latest" "shellcheck@latest",
"python@latest"
], ],
"shell": { "shell": {
"init_hook": [ "init_hook": [

View file

@ -2,64 +2,44 @@
"lockfile_version": "1", "lockfile_version": "1",
"packages": { "packages": {
"poetry@latest": { "poetry@latest": {
"last_modified": "2023-10-04T02:19:08Z", "last_modified": "2024-02-10T18:15:24Z",
"plugin_version": "0.0.4",
"resolved": "github:NixOS/nixpkgs/10b813040df67c4039086db0f6eaf65c536886c6#poetry",
"source": "devbox-search",
"version": "1.7.1",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/0pf30mblcl4clvagdzybfgfyzjqkjkqi-python3.11-poetry-1.7.1"
},
"aarch64-linux": {
"store_path": "/nix/store/knc1livlnrnaxbnfs9118nq69i78jj39-python3.11-poetry-1.7.1"
},
"x86_64-darwin": {
"store_path": "/nix/store/qf2px4ic22dpra0s6mlmjm5q4vvc6dr7-python3.11-poetry-1.7.1"
},
"x86_64-linux": {
"store_path": "/nix/store/fq4cf1xzwlvbhg98ih8dvsq2hsalhzyp-python3.11-poetry-1.7.1"
}
}
},
"python@latest": {
"last_modified": "2024-02-10T18:15:24Z",
"plugin_version": "0.0.3", "plugin_version": "0.0.3",
"resolved": "github:NixOS/nixpkgs/d1c9180c6d1f8fce9469436f48c1cb8180d7087d#poetry", "resolved": "github:NixOS/nixpkgs/10b813040df67c4039086db0f6eaf65c536886c6#python312",
"source": "devbox-search", "source": "devbox-search",
"version": "1.6.1", "version": "3.12.1",
"systems": { "systems": {
"aarch64-darwin": { "aarch64-darwin": {
"store_path": "/nix/store/i7q6kxa3ac7c57zalr4vwa04c1bll3xd-python3.10-poetry-1.6.1" "store_path": "/nix/store/s1mr5bmvfcy4hm7669d2xx3gqgj481qk-python3-3.12.1"
}, },
"aarch64-linux": { "aarch64-linux": {
"store_path": "/nix/store/b0gmqd0y5pich25mk5p649g1bbbyxp0v-python3.10-poetry-1.6.1" "store_path": "/nix/store/qv710q1p74qb7bswpwh59px28gfj51b1-python3-3.12.1"
}, },
"x86_64-darwin": { "x86_64-darwin": {
"store_path": "/nix/store/q5zqqp3k58z46q4imgmj5pxbinmzjyqf-python3.10-poetry-1.6.1" "store_path": "/nix/store/051hdrw5qmgbplch184mplcnv4djfb8a-python3-3.12.1"
}, },
"x86_64-linux": { "x86_64-linux": {
"store_path": "/nix/store/6v2zvmag2il359sbd8j1q7b3c20gs6yd-python3.10-poetry-1.6.1" "store_path": "/nix/store/y4dxr00qg40pwgxx9nxj61091zk8bsvl-python3-3.12.1"
}
}
},
"python311@latest": {
"last_modified": "2023-09-27T18:02:17Z",
"plugin_version": "0.0.1",
"resolved": "github:NixOS/nixpkgs/517501bcf14ae6ec47efd6a17dda0ca8e6d866f9#python311",
"source": "devbox-search",
"version": "3.11.4",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/rycxjkclx801wrhwrgllak0302xzjdvx-python3-3.11.4"
},
"aarch64-linux": {
"store_path": "/nix/store/h4xi1djsmhk7bjdipz58xkfnf8lc9mpm-python3-3.11.4"
},
"x86_64-darwin": {
"store_path": "/nix/store/yqs2zxkxn61xzimdaz1pbgawk2lnm0d8-python3-3.11.4"
},
"x86_64-linux": {
"store_path": "/nix/store/3k7is7nc2xbav8a48vx7arad522d8czx-python3-3.11.4"
}
}
},
"python311Packages.ipykernel@latest": {
"last_modified": "2023-09-29T09:08:59Z",
"resolved": "github:NixOS/nixpkgs/bd9b686c0168041aea600222be0805a0de6e6ab8#python311Packages.ipykernel",
"source": "devbox-search",
"version": "6.21.2",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/78gi0qk9lmrb4rk5ignww29p5j0l79gs-python3.11-ipykernel-6.21.2"
},
"aarch64-linux": {
"store_path": "/nix/store/74m55prblwmsyx1ylv135iqw2wqj4c6a-python3.11-ipykernel-6.21.2"
},
"x86_64-darwin": {
"store_path": "/nix/store/j0wpnwkdcqfp2bmp2b9pgzdngnmxzjj9-python3.11-ipykernel-6.21.2"
},
"x86_64-linux": {
"store_path": "/nix/store/3kqcf56q2q46hj0g5n4rxzzy1c9vdiqa-python3.11-ipykernel-6.21.2"
} }
} }
}, },

View file

@ -17,7 +17,7 @@ pluscodes = "^2022.1.3"
geopy = "^2.4.1" geopy = "^2.4.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = {extras = ["jupyter"], version = "^24.2.0"} black = "^24.2.0"
mypy = "^1.8.0" mypy = "^1.8.0"
isort = "^5.12.0" isort = "^5.12.0"