Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhortas committed Oct 25, 2024
1 parent dd30947 commit b4d113a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ build-backend = "hatchling.build"

[project]
name = "fail2bangeolocation"
version = "2.0.6"
version = "2.0.7"
authors = [{ name = "Rubén Hortas", email = "[email protected]" }]
description = "Shows geolocation of the IPs of the failed attempts recorded by fail2ban"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.0"
keywords = ["fail2ban", "geolocation", "network", "networking", "montitoring", "firewall", "security"]
dependencies = [
"certifi==2024.8.30",
"charset-normalizer==3.4.0",
"colorama==0.4.6",
"idna==3.10",
"requests==2.32.3",
"tqdm==4.66.5",
"urllib3==2.2.3"
Expand Down

0 comments on commit b4d113a

Please sign in to comment.