diff --git a/docs/requirements-dev.txt b/docs/requirements-dev.txt index 0adb46e..42ad41c 100644 --- a/docs/requirements-dev.txt +++ b/docs/requirements-dev.txt @@ -1,13 +1,21 @@ aiounittest==1.4.2 -black==23.1.0 -codecov==2.1.12 -coverage[toml]==7.1.0 -flit==3.8.0 +black==24.8.0 +build==1.2.1 +coverage[toml]==7.5.3 +flit==3.9.0 +hypothesis==6.91.0 +ipython==8.24.0 lint==1.2.1 -mypy==1.0.0 -pylint==2.16.1 -sphinx==5.2.3 +mypy==1.7.1 +pylint==3.0.2 +pyperf==2.6.3 pytest>=6.0.0 -pytest-asyncio==0.21.0 -pytest-xdist==3.2.0 +pytest-asyncio==0.23.6 +pytest-cov==4.0.0 +pytest-cython==0.3.1 +pytest-xdist==3.5.0 pytest-assume==2.4.3 +sdist==0.0.0 +sphinx==7.3.7 +tox==4.6.4 +twine==4.0.2 diff --git a/proxylists/version.py b/proxylists/version.py index fe8bf9b..2600606 100644 --- a/proxylists/version.py +++ b/proxylists/version.py @@ -3,7 +3,7 @@ __title__ = 'proxylists' __description__ = ('Package for getting useful proxy servers, ' 'can use lists like hidemy or proxydb.') -__version__ = '0.12.4' +__version__ = '0.12.5' __author__ = 'Jesus Lara' __author_email__ = 'jesuslarag@gmail.com' __license__ = 'BSD' diff --git a/pyproject.toml b/pyproject.toml index 980d814..a56ddde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [build-system] requires = [ - 'setuptools==67.6.1', - 'wheel==0.42.0', - 'toml>=0.10.2' + 'setuptools==74.0.0', + 'wheel==0.44.0', + 'toml>=0.10.2' ] build-backend = "setuptools.build_meta" @@ -20,6 +20,7 @@ classifiers=[ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python", "Typing :: Typed", "Environment :: Web Environment", diff --git a/setup.py b/setup.py index 89e7166..dbeef7e 100644 --- a/setup.py +++ b/setup.py @@ -85,6 +85,8 @@ def readme(): ], project_urls={ # Optional 'Source': 'https://github.com/phenobarbital/proxylists', + 'Tracker': 'https://github.com/phenobarbital/proxylists/issues', + 'Documentation': 'https://github.com/phenobarbital/proxylists/', 'Funding': 'https://paypal.me/phenobarbital', 'Say Thanks!': 'https://saythanks.io/to/phenobarbital', },