Skip to content

Commit 0b20fb0

Browse files
authored
chore: update dependencies to allow newer versions (#41)
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 07cccc8 commit 0b20fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
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)