Skip to content

Commit

Permalink
Update pyk dependencies (#4460)
Browse files Browse the repository at this point in the history
Runtime:
* `filelock`: `3.14.0` -> `3.15.3`

Development:
* `flake8`: `7.0.0` -> `7.1.0`
* `flake8-type-checking`: `2.9.0` -> `2.9.1`
* `pytest`: `8.2.0` -> `8.2.2`
* `pyupgrade`: `3.15.2` -> `3.16.0`

Documentation:
* `sphinx`: `7.2.6` -> `7.3.7`
  • Loading branch information
tothtamas28 authored Jun 20, 2024
1 parent 83a50ff commit 6126739
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 112 deletions.
2 changes: 1 addition & 1 deletion pyk/docs/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

SPHINX_VERSION=7.2.6
SPHINX_VERSION=7.3.7

DOCS_DIR=$(realpath $(dirname $0))
API_DIR=$DOCS_DIR/api
Expand Down
Loading

0 comments on commit 6126739

Please sign in to comment.