Update dependencies in poetry.lock and pyproject.toml

- Upgraded `ruff` from version 0.13.3 to 0.14.10 for improved linting and formatting capabilities.
- Updated project URLs to point to the new repository location.
This commit is contained in:
2025-12-27 12:50:48 -06:00
parent 070157737b
commit 30f050c8d4
2 changed files with 24 additions and 24 deletions

View File

@@ -18,8 +18,8 @@ classifiers = [
]
[project.urls]
Homepage = "https://github.com/Sudo-Ivan/rns-page-node"
Repository = "https://github.com/Sudo-Ivan/rns-page-node"
Homepage = "https://git.quad4.io/RNS-Things/rns-page-node"
Repository = "https://git.quad4.io/RNS-Things/rns-page-node"
[project.scripts]
rns-page-node = "rns_page_node.main:main"
@@ -29,4 +29,4 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
ruff = "^0.13.3"
ruff = "^0.14.10"