Skip to content

Commit b21d021

Browse files
Merge pull request #336 from regulaforensics/update-deps
Update deps
2 parents ade4b0f + 15ce473 commit b21d021

3 files changed

Lines changed: 62 additions & 60 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ six = ">=1.10"
99
python-dateutil = ">=2.8.2"
1010
urllib3 = ">=2.7.0, <3.0.0"
1111
vistir = ">=0.4.0, <=0.6.1"
12-
idna = "==3.7"
12+
idna = "==3.15"
1313
requests = ">=2.33.0"
1414
pydantic = ">=2"
1515
typing-extensions = ">=4.7.1"

Pipfile.lock

Lines changed: 60 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"python-dateutil>=2.8.2",
3030
"urllib3>=1.25.3, <3.0.0",
3131
"vistir>=0.4.0, <=0.6.1",
32-
"idna==3.7",
32+
"idna==3.15",
3333
"requests>=2.32.4",
3434
"pydantic>=2",
3535
"typing-extensions>=4.7.1",

0 commit comments

Comments
 (0)