Skip to content

Commit

Permalink
Fix compatibility with python3.13
Browse files Browse the repository at this point in the history
Upgrades dep bottle from ~0.12.25 to ~0.13.2, all versions 0.13 and up
contain the fix to bottle allowing it to work with python 3.13.
  • Loading branch information
sam-leonard-ct committed Jan 3, 2025
1 parent 883bcd3 commit 7c9a992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ python = "^3.10"

pyyaml = "^6.0"
markdown = "^3.3.3"
bottle = "~0.12.25"
bottle = "~0.13.2"
requests = "^2.0"
python-frontmatter = "^1.0"
python-markdown-math = "~0.6"
Expand Down

0 comments on commit 7c9a992

Please sign in to comment.