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 Sep 17, 2024
1 parent 09e394b commit 8595c37
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
exclude: "user_agents|website/web/sri.txt"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
91 changes: 47 additions & 44 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pysanejs = "^2.0.2"
pylookyloo = "^1.25.0"
dnspython = "^2.6.1"
pytaxonomies = "^1.5.0"
pymisp = {version = "^2.4.197", extras = ["url", "fileobjects"]}
pymisp = {version = "^2.4.198", extras = ["url", "fileobjects"]}
Pillow = "^10.4.0"
flask-restx = "^1.3.0"
rich = "^13.8.1"
Expand All @@ -63,15 +63,15 @@ pyhashlookup = "^1.2.4"
lief = "^0.15"
ua-parser = "^0.18.0"
Flask-Login = "^0.6.3"
har2tree = "^1.25.2"
har2tree = "^1.26.0"
passivetotal = "^2.5.9"
werkzeug = "^3.0.4"
filetype = "^1.2.0"
pypandora = "^1.9.0"
lacuscore = "^1.10.13"
lacuscore = "^1.11.0"
pylacus = "^1.10.0"
pyipasnhistory = "^2.1.2"
publicsuffixlist = "^1.0.2.20240913"
publicsuffixlist = "^1.0.2.20240915"
pyfaup = "^1.2"
chardet = "^5.2.0"
pysecuritytxt = "^1.3.2"
Expand Down

0 comments on commit 8595c37

Please sign in to comment.