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

Commit ac85ccc

Browse files
Update click requirement from 8.0.3 to 8.0.4 (#26)
* Update click requirement from 8.0.3 to 8.0.4 Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.0.3...8.0.4) --- updated-dependencies: - dependency-name: click dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * bump: 1.2.2 -> 1.2.3 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Divanshu Chauhan <23524935+Divkix@users.noreply.github.com>
1 parent d941f39 commit ac85ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ProxyGrab"
3-
version = "1.2.2"
3+
version = "1.2.3"
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"
@@ -38,7 +38,7 @@ aiodns = "3.0.0"
3838
aiohttp = "3.8.1"
3939
beautifulsoup4 = "4.10.0"
4040
cchardet = "2.1.7"
41-
click = "8.0.3"
41+
click = "8.0.4"
4242
lxml = "4.8.0"
4343
ujson = "^4.3.0"
4444

0 commit comments

Comments
 (0)