Files
proxy-scraper-checker/pyproject.toml
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
56f9e08041 Bump the pip-semver-minor group with 3 updates (#299)
Bumps the pip-semver-minor group with 3 updates: [rich](https://github.com/Textualize/rich), [mypy](https://github.com/python/mypy) and [nuitka](https://github.com/Nuitka/Nuitka).


Updates `rich` from 13.7.1 to 13.8.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Textualize/rich/compare/v13.7.1...v13.8.0)

Updates `mypy` from 1.11.1 to 1.11.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2)

Updates `nuitka` from 2.4.7 to 2.4.8
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst)
- [Commits](https://github.com/Nuitka/Nuitka/commits)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-semver-minor
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-semver-minor
- dependency-name: nuitka
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 23:51:16 +00:00

49 lines
1.4 KiB
TOML

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "proxy-scraper-checker"
version = "0"
description = ""
license = "MIT"
authors = ["monosans <hsyqixco@protonmail.com>"]
repository = "https://github.com/monosans/proxy-scraper-checker"
classifiers = ["Private :: Do Not Upload"]
[tool.poetry.dependencies]
python = "^3.8"
aiodns = { version = ">=1.1,<4", optional = true }
aiofiles = "*"
aiohttp = ">=3.8.6,<4"
aiohttp-socks = ">=0.7,<0.10"
attrs = ">=22.2"
brotli = { version = ">=1,<2", markers = "implementation_name == 'cpython'" }
brotlicffi = { version = "<2", markers = "implementation_name != 'cpython'" }
certifi = "*"
charset-normalizer = ">=2,<4"
maxminddb = ">=1.3,<3"
platformdirs = "<5"
rich = ">=12.3,<14"
tomli = { version = "<3", python = "<3.11" }
uvloop = { version = ">=0.14,<0.21", optional = true, markers = "implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')" }
winloop = { version = "<0.1.7", markers = "implementation_name == 'cpython' and (sys_platform == 'cygwin' or sys_platform == 'win32')" }
[tool.poetry.extras]
non-termux = ["aiodns", "uvloop"]
termux = []
[tool.poetry.group.dev.dependencies]
mypy = "1.11.2"
ruff = "0.6.2"
tomli = "2.0.1"
types-aiofiles = "24.1.0.20240626"
# ">=4.4,<5" at runtime
typing-extensions = "4.12.2"
[tool.poetry.group.nuitka]
optional = true
[tool.poetry.group.nuitka.dependencies]
nuitka = "2.4.8"