Skip to content

Commit 87389da

Browse files
authored
Merge pull request #36 from mpenning/dependabot-pr
Dependabot pr
2 parents 4e2287e + e3f5ca1 commit 87389da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ dependencies = [
2222
"rich>=13.6.0",
2323
# "passlib==1.7.4", <-- deprecating passlib (now unmaintained) in favor of libpass
2424
# https://github.com/notypecheck/passlib
25-
"libpass==1.9.1",
25+
"libpass==1.9.1.post0",
2626
# Hypothesis for hard-core ip_address tests
27-
"hypothesis==6.131.18",
27+
"hypothesis==6.137.2",
2828
]
2929
authors = [
3030
{ name = "Mike Pennington", email = "[email protected]" },
@@ -65,12 +65,12 @@ dev = [
6565
"twine>=4.0.2",
6666
"hatchling>=1.26.3",
6767
"pytest>=8.3.5",
68-
"pre-commit==4.2.0",
68+
"pre-commit==4.3.0",
6969
"black==25.1.0",
70-
"pyupgrade==3.19.1",
70+
"pyupgrade==3.20.0",
7171
"yamlfix==1.17.0",
7272
"pylama==8.4.1",
73-
"pylint==3.3.7",
73+
"pylint==3.3.8",
7474
"coverage>=7.3.2",
7575
"pytest-cov>=4.1.0",
7676
"pyroma==5.0",

0 commit comments

Comments
 (0)