Skip to content

Commit

Permalink
fix(deps): update python to ~=3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent dd85aca commit 8803d49
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 @@ -69,7 +69,7 @@ license = "Apache-2.0 license"
readme = "README.md"

[tool.poetry.dependencies]
python = "~=3.12.2"
python = "~=3.13.0"
flask-multipass = {extras = ["saml"], version = "0.5.4"}
# The package version here can force an upgrade of indico when the plugin is used
# thus we must only specify compatibility rather than pinning the exact version
Expand Down

0 comments on commit 8803d49

Please sign in to comment.