Some checks failed
Release / Create Release (push) Has been skipped
Release / Get Release ID (push) Has been skipped
Release / Tag release (push) Failing after 1m49s
Release / Build Wheel File (push) Has been skipped
Release / Publish Docker Images (push) Has been skipped
Security / snyk (push) Successful in 19m12s
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [platformdirs](https://github.com/tox-dev/platformdirs) ([changelog](https://github.com/tox-dev/platformdirs/releases)) | `==4.4.0` -> `==4.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tox-dev/platformdirs (platformdirs)</summary> ### [`v4.5.0`](https://github.com/tox-dev/platformdirs/releases/tag/4.5.0) [Compare Source](https://github.com/tox-dev/platformdirs/compare/4.4.0...4.5.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#​376](https://github.com/tox-dev/platformdirs/pull/376) - Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in the all group by [@​dependabot](https://github.com/dependabot)\[bot] in [#​378](https://github.com/tox-dev/platformdirs/pull/378) - Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by [@​dependabot](https://github.com/dependabot)\[bot] in [#​379](https://github.com/tox-dev/platformdirs/pull/379) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#​381](https://github.com/tox-dev/platformdirs/pull/381) - Add support for Python 3.14 by [@​hugovk](https://github.com/hugovk) in [#​382](https://github.com/tox-dev/platformdirs/pull/382) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#​383](https://github.com/tox-dev/platformdirs/pull/383) - Update Windows file paths in README by [@​ParadaCarleton](https://github.com/ParadaCarleton) in [#​385](https://github.com/tox-dev/platformdirs/pull/385) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#​384](https://github.com/tox-dev/platformdirs/pull/384) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#​387](https://github.com/tox-dev/platformdirs/pull/387) - Bump astral-sh/setup-uv from 6 to 7 in the all group by [@​dependabot](https://github.com/dependabot)\[bot] in [#​388](https://github.com/tox-dev/platformdirs/pull/388) - Drop 3.9 support by [@​gaborbernat](https://github.com/gaborbernat) in [#​389](https://github.com/tox-dev/platformdirs/pull/389) #### New Contributors - [@​ParadaCarleton](https://github.com/ParadaCarleton) made their first contribution in [#​385](https://github.com/tox-dev/platformdirs/pull/385) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.4.0...4.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: #384 Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk> Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
57 lines
1.2 KiB
TOML
57 lines
1.2 KiB
TOML
[project]
|
|
name = "ipilot"
|
|
version = "0.0.0"
|
|
description = "IP Information Lookup Tool"
|
|
readme = "README.md"
|
|
authors = [
|
|
{name = "Luke Tainton", email = "luke@tainton.uk"},
|
|
]
|
|
requires-python = "<4.0,>=3.11"
|
|
dependencies = [
|
|
"astroid==3.3.11",
|
|
"attrs==25.4.0",
|
|
"certifi==2025.10.5",
|
|
"charset-normalizer==3.4.3",
|
|
"click==8.3.0",
|
|
"dill==0.4.0",
|
|
"exceptiongroup==1.3.0",
|
|
"idna==3.10",
|
|
"iniconfig==2.1.0",
|
|
"lazy-object-proxy==1.12.0",
|
|
"mccabe==0.7.0",
|
|
"mypy-extensions==1.1.0",
|
|
"packaging==25.0",
|
|
"pathspec==0.12.1",
|
|
"platformdirs==4.5.0",
|
|
"pluggy==1.6.0",
|
|
"py==1.11.0",
|
|
"pyparsing==3.2.5",
|
|
"requests==2.32.5",
|
|
"six==1.17.0",
|
|
"tabulate==0.9.0",
|
|
"tomli==2.3.0",
|
|
"tomlkit==0.13.3",
|
|
"urllib3==2.5.0",
|
|
"wrapt==1.17.3",
|
|
]
|
|
|
|
[project.scripts]
|
|
app = "app.main:main"
|
|
|
|
|
|
[tool.uv]
|
|
dev-dependencies = [
|
|
"black<25.9.1,>=25.9.0",
|
|
"coverage<8.0.0,>=7.5.0",
|
|
"pylint<4.0.0,>=3.1.0",
|
|
"pylint-exit<2.0.0,>=1.2.0",
|
|
"pytest<9.0.0,>=8.1.1",
|
|
"requests-mock<2.0.0,>=1.12.1",
|
|
]
|
|
|
|
[tool.pdm.build]
|
|
includes = []
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|