diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 405366cd2..2bc219c54 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Build the Docker image run: docker build -t decred/dcrdocs:$(date +%s) . diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 4958e4223..922e4c235 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -6,12 +6,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.13] + python-version: [3.14] steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/Dockerfile b/Dockerfile index 8d418bae1..4df9e7867 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM python:3.13 +FROM python:3.14 LABEL description="dcrdocs build" LABEL version="1.0" @@ -26,7 +26,7 @@ ENV DCRDOCS_CARDS="true" RUN ./bin/build_docs.sh # Serve image (stable nginx version) -FROM nginx:1.26-alpine +FROM nginx:1.28-alpine LABEL description="dcrdocs serve" LABEL version="1.0" diff --git a/README.md b/README.md index cfe3ad5cc..9596de1e3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In order to develop on `dcrdocs` you will need [Python](https://www.python.org/) installed on your system. -Version 3.13 is recommended because this is the version used by the live site, +Version 3.14 is recommended because this is the version used by the live site, however MkDocs does also support versions 3.8 and later. Python 2 is not supported. diff --git a/docs/about/license.md b/docs/about/license.md index 5fd170106..344e43497 100644 --- a/docs/about/license.md +++ b/docs/about/license.md @@ -4,8 +4,8 @@ dcrdocs is licensed under the [copyfree](http://copyfree.org) ISC License. --- -Copyright © 2013-2015 The btcsuite developers. -Copyright © 2015-2024 The Decred developers. +Copyright © 2013-2015 The btcsuite developers. +Copyright © 2015-2025 The Decred developers. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/requirements.txt b/requirements.txt index 589436640..5cc164ac5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mkdocs-material==9.6.11 -mkdocs-markdownextradata-plugin==0.2.5 +mkdocs-material==9.7.0 +mkdocs-markdownextradata-plugin==0.2.6