Skip to content

Commit de28d9a

Browse files
committed
updated gitignore and requirements.txt because of security warning from Dependabot
1 parent b1fafe5 commit de28d9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tests/*.json
77
tests/*.pdf
88
tests/*.csv
99
tests/tmp.dat
10-
tests/tmp_audit_artifacts/
10+
tests/audit_results/
1111
*.json
1212
RELEASE-VERSION
1313
dsa110_T2.egg-info

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pytz
55
requests
66
matplotlib
77
pandas
8-
protobuf<=3.20
8+
protobuf>=4.25.8

0 commit comments

Comments
 (0)