Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 2ba61d6

Browse files
committed
update dependencies to latest version
1 parent 48b4753 commit 2ba61d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ProxyGrab"
3-
version = "1.2.4"
3+
version = "1.2.5"
44
description = "Asynchronous Library to scrap proxies for my web scrapping applications and other testing purposes"
55
authors = ["Divkix <techdroidroot@gmail.com>"]
66
license = "MIT"
@@ -33,14 +33,14 @@ proxygrab = "proxygrab.cmdline:clicmd"
3333

3434

3535
[tool.poetry.dependencies]
36-
python = "^3.6.2"
36+
python = "^3.7"
3737
aiodns = "^3.0.0"
3838
aiohttp = "^3.8.1"
3939
beautifulsoup4 = "^4.10.0"
4040
cchardet = "^2.1.7"
41-
click = "^8.0.4"
41+
click = "^8.1.2"
4242
lxml = "^4.8.0"
43-
ujson = "^4.3.0"
43+
ujson = "^5.1.0"
4444

4545
[tool.poetry.dev-dependencies]
4646
black = "^22.1"

0 commit comments

Comments
 (0)