pypilot/pyproject.toml
dependabot[bot] f3ced15de4 chore(pip-prod)(deps): bump wrapt from 1.17.1 to 1.17.2
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.17.1 to 1.17.2.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.17.1...1.17.2)

---
updated-dependencies:
- dependency-name: wrapt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-15 07:03:17 +00:00

50 lines
981 B
TOML

[tool.poetry]
name = "ipilot"
version = "0.0.0"
description = "IP Information Lookup Tool"
authors = ["Luke Tainton <luke@tainton.uk>"]
readme = "README.md"
[tool.poetry.scripts]
app = "ipilot.main:main"
[tool.poetry.dependencies]
python = "^3.8"
astroid = "3.2.4"
attrs = "24.3.0"
certifi = "2024.12.14"
charset-normalizer = "3.4.1"
click = "8.1.8"
dill = "0.3.9"
exceptiongroup = "1.2.2"
idna = "3.10"
iniconfig = "2.0.0"
lazy-object-proxy = "1.10.0"
mccabe = "0.7.0"
mypy-extensions = "1.0.0"
packaging = "24.2"
pathspec = "0.12.1"
platformdirs = "4.3.6"
pluggy = "1.5.0"
py = "1.11.0"
pyparsing = "3.1.4"
requests = "2.32.3"
six = "1.17.0"
tabulate = "0.9.0"
tomli = "2.2.1"
tomlkit = "0.13.2"
urllib3 = "2.2.3"
wrapt = "1.17.2"
[tool.poetry.group.dev.dependencies]
black = "^24.4.0"
coverage = "^7.5.0"
pylint = "^3.1.0"
pylint-exit = "^1.2.0"
pytest = "^8.1.1"
requests-mock = "^1.12.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"