Skip to content

Commit

Permalink
chg: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed May 24, 2022
1 parent 48d5977 commit 193fe89
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lookyloo"
version = "1.11.1"
version = "1.12.0"
description = "Web interface to track the trackers."
authors = ["Raphaël Vinot <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -36,8 +36,8 @@ start_website = "bin.start_website:main"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
requests = "^2.27"
flask = "^2.0.3"
requests = "^2.27.1"
flask = "^2.1.2"
gunicorn = "^20.1.0"
cchardet = "^2.1.7"
redis = {version = "^4.3.1", extras = ["hiredis"]}
Expand All @@ -51,27 +51,27 @@ pylookyloo = "^1.10.0"
dnspython = "^2.2.1"
pytaxonomies = "^1.5.0"
pymisp = {version = "^2.4.157", extras = ["url"]}
python-magic = {version = "^0.4.22", optional = true}
python-magic = {version = "^0.4.26", optional = true}
pydeep2 = {version = "^0.5.1", optional = true}
Pillow = "^9.1.1"
flask-restx = "^0.5.1"
rich = "^12.4.3"
rich = "^12.4.4"
pyphishtanklookup = "^1.0.1"
chardet = "^4.0.0"
Flask-Cors = "^3.0.10"
pyhashlookup = "^1.1.1"
lief = "^0.12.1"
ua-parser = "^0.10.0"
Flask-Login = "^0.6.1"
har2tree = "^1.11.7"
har2tree = "^1.12.0"
playwrightcapture = "^0.2.2"

[tool.poetry.extras]
misp = ['python-magic', 'pydeep2']

[tool.poetry.dev-dependencies]
mypy = "^0.950"
ipython = "^8.2.0"
ipython = "^8.3.0"
types-redis = "^4.2.5"
types-requests = "^2.27.27"
types-Flask = "^1.1.6"
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.12-dev',
version='1.13-dev',
author='Raphaël Vinot',
author_email='[email protected]',
maintainer='Raphaël Vinot',
Expand Down

0 comments on commit 193fe89

Please sign in to comment.