Skip to content

Commit 41fbaec

Browse files
committed
fixes dependabot alert #2: updating urllib3 to later version
Signed-off-by: Neal Ensor <ensorn@osti.gov>
1 parent 57be84a commit 41fbaec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
dependencies = [
2121
"requests",
2222
"pydantic",
23-
"urllib3==1.26.17"
23+
"urllib3==1.26.18"
2424
]
2525

2626
[project.optional-dependencies]

0 commit comments

Comments
 (0)