~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

chore(pipenv): update lockfile and scripts

Bump python_version to 3.14 to be in sync with devenv.nix and
tool-versions.

andreijiroh.dev a7ca3d01 0e6ada94

verified
Changed files
+16 -9
+8 -1
Pipfile
···
[dev-packages]
[requires]
-
python_version = "3.13"
+
python_version = "3.14"
[scripts]
dev = "mkdocs serve --watch overrides --watch-theme"
build = "mkdocs build -d public --verbose"
build-staging = "pipenv run build -f mkdocs.readthedocs.yml --verbose"
+
# next under zensical
+
next-dev = "zensical serve"
+
next-build = "zensical build"
+
# legacy builds under mkdocs
+
legacy-build = "mkdocs build -d public --verbose"
+
legacy-build-staging = "pipenv run build -f mkdocs.readthedocs.yml --verbose"
+
legacy-dev = "mkdocs serve --watch overrides --watch-theme"
+8 -8
Pipfile.lock
···
{
"_meta": {
"hash": {
-
"sha256": "21bc35e4a60508ada7a4d1d46af7744213b9370926f34e073458dd8fb13ee997"
+
"sha256": "a54f862fd105133810703030592c31182334be6733f29a2b959e3d75ef3993dc"
},
"pipfile-spec": 6,
"requires": {
-
"python_version": "3.13"
+
"python_version": "3.14"
},
"sources": [
{
···
},
"pymdown-extensions": {
"hashes": [
-
"sha256:26bb3d7688e651606260c90fb46409fbda70bf9fdc3623c7868643a1aeee4713",
-
"sha256:bffae79a2e8b9e44aef0d813583a8fea63457b7a23643a43988055b7b79b4992"
+
"sha256:090bca72be43f7d3186374e23c782899dbef9dc153ef24c59dcd3c346f9ffcae",
+
"sha256:20252abe6367354b24191431617a072ee6be9f68c5afcc74ea5573508a61f9e5"
],
"markers": "python_version >= '3.9'",
-
"version": "==10.17.2"
+
"version": "==10.18"
},
"python-dateutil": {
"hashes": [
···
},
"urllib3": {
"hashes": [
-
"sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f",
-
"sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1"
+
"sha256:5379eb6e1aba4088bae84f8242960017ec8d8e3decf30480b3a1abdaa9671a3f",
+
"sha256:e67d06fe947c36a7ca39f4994b08d73922d40e6cca949907be05efa6fd75110b"
],
"markers": "python_version >= '3.9'",
-
"version": "==2.6.0"
+
"version": "==2.6.1"
},
"watchdog": {
"hashes": [