Skip to content

Commit 7bfb202

Browse files
committed
chore: update dependencies to allow newer versions
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 3bc433a commit 7bfb202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ classifiers = [ # Optional
2424
]
2525

2626
dependencies = [
27-
"certifi==2024.7.4",
28-
"grpcio==1.68.1",
29-
"grpcio-status==1.68.1",
27+
"certifi>=2024.7.4",
28+
"grpcio>=1.68.1",
29+
"grpcio-status>=1.68.1",
3030
"sentry-sdk>=2.2.1",
3131
]
3232

0 commit comments

Comments
 (0)