Skip to content

Commit

Permalink
chg: Bump deps, fix broken pypdns
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 13, 2024
1 parent f313e70 commit 57cf4e6
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
104 changes: 52 additions & 52 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pysanejs = "^2.0.2"
pylookyloo = "^1.23.1"
dnspython = "^2.5.0"
pytaxonomies = "^1.5.0"
pymisp = {version = "^2.4.184.2", extras = ["url", "fileobjects"]}
pymisp = {version = "^2.4.184.3", extras = ["url", "fileobjects"]}
Pillow = "^10.2.0"
flask-restx = "^1.3.0"
rich = "^13.7.0"
Expand Down Expand Up @@ -79,7 +79,7 @@ urllib3 = [
{version = "<2", python = "<3.10"},
{version = "^2.0.7", python = ">=3.10"}
]
pypdns = "^2.2.1"
pypdns = "^2.2.2"

[tool.poetry.group.dev.dependencies]
mypy = "^1.8.0"
Expand All @@ -97,7 +97,7 @@ types-pkg-resources = "^0.1.3"
types-Deprecated = "^1.2.9.20240106"
types-python-dateutil = "^2.8.19.20240106"
types-beautifulsoup4 = "^4.12.0.20240106"
types-Pillow = "^10.2.0.20240206"
types-Pillow = "^10.2.0.20240213"
types-pytz = "^2024.1.0.20240203"

[build-system]
Expand Down

0 comments on commit 57cf4e6

Please sign in to comment.