Skip to content

Commit

Permalink
chg: Bump deps, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Mar 31, 2022
1 parent cf46dde commit 82a599d
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 29 deletions.
97 changes: 72 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lookyloo"
version = "1.10.0"
version = "1.11.0"
description = "Web interface to track the trackers."
authors = ["Raphaël Vinot <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -46,9 +46,9 @@ bootstrap-flask = "^2.0.2"
defang = "^0.5.3"
vt-py = "^0.14.0"
pyeupi = "^1.1"
scrapysplashwrapper = "^1.10.1"
scrapysplashwrapper = "^1.11.0"
pysanejs = "^2.0"
har2tree = "^1.10.2"
har2tree = "^1.11.0"
pylookyloo = "^1.10.0"
dnspython = "^2.2.1"
pytaxonomies = "^1.4.1"
Expand Down Expand Up @@ -77,6 +77,10 @@ types-redis = "^4.1.18"
types-requests = "^2.27.15"
types-Flask = "^1.1.6"
types-pkg-resources = "^0.1.3"
types-Deprecated = "^1.2.5"
types-python-dateutil = "^2.8.10"
types-beautifulsoup4 = "^4.10.16"
types-setuptools = "^57.4.11"

[build-system]
requires = ["poetry_core>=1.0", "setuptools"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='lookyloo',
version='1.11-dev',
version='1.12-dev',
author='Raphaël Vinot',
author_email='[email protected]',
maintainer='Raphaël Vinot',
Expand Down

0 comments on commit 82a599d

Please sign in to comment.