Commit 7fd462a
committed
Fix Dependabot security alerts by updating test fixture versions
- Update urllib3 from 1.26.9 to 2.5.0 (fixes 4 CVEs)
- Update requests from 2.28.0 to 2.32.4 (fixes 3 CVEs)
- These are test data files only, not actual dependencies
- Updated corresponding test assertions to match new versions
- Resolves all 7 Dependabot alerts (#1-#7)
Affected files:
- tests/data/requirements/constraints.txt
- tests/data/requirements/basic_requirements.txt
- tests/data/config_samples/config_with_overrides.ini
- tests/test_config.py (updated assertions)
Note: No actual security risk existed as these versions were only
used in test fixture files and never installed as dependencies.1 parent 4134bf3 commit 7fd462a
File tree
5 files changed
+10
-8
lines changed- tests
- data
- config_samples
- requirements
5 files changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments