Skip to content

Commit f05a2c0

Browse files
authored
Update to resolve dependabot alerts (#107)
1 parent ae5743a commit f05a2c0

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

requirements-test.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ mypy
88
pytest
99
types-beautifulsoup4
1010
vcrpy
11-
# The latest versions of the following dependencies require Python>=3.10
11+
# The latest versions of the following dependencies require Python>=3.10
1212
# https://github.com/kevin1024/vcrpy/issues/688
13-
urllib3==1.26.15
13+
urllib3==1.26.19
1414
types-requests==2.31.0.2
1515
# ⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⠀⠀
1616
#⠀⠀⣿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⣿⠀⠀

requirements-test.txt

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
1-
autopep8==2.0.4
2-
beautifulsoup4==4.12.2
3-
flake8==6.1.0
1+
autopep8==2.3.1
2+
beautifulsoup4==4.12.3
3+
exceptiongroup==1.2.2
4+
flake8==7.1.0
45
idna==3.7
56
iniconfig==2.0.0
67
markdown-it-py==3.0.0
78
mccabe==0.7.0
89
mdurl==0.1.2
9-
multidict==6.0.4
10-
mypy==1.6.1
10+
multidict==6.0.5
11+
mypy==1.11.0
1112
mypy-extensions==1.0.0
12-
packaging==23.2
13-
pluggy==1.3.0
14-
pycodestyle==2.11.1
15-
pyflakes==3.1.0
16-
pygments==2.16.1
17-
pyjwt==2.8.0
18-
pytest==7.4.3
19-
pytest-splunk-soar-connectors @ git+https://github.com/splunk/pytest-splunk-soar-connectors.git
20-
pyyaml==6.0.1
21-
rich==13.6.0
13+
packaging==24.1
14+
pluggy==1.5.0
15+
pycodestyle==2.12.0
16+
pyflakes==3.2.0
17+
Pygments==2.18.0
18+
PyJWT==2.8.0
19+
pytest==8.3.1
20+
git+https://github.com/splunk/pytest-splunk-soar-connectors.git
21+
PyYAML==6.0.1
22+
rich==13.7.1
2223
soupsieve==2.5
23-
types-beautifulsoup4==4.12.0.7
24-
types-html5lib==1.1.11.15
24+
tomli==2.0.1
25+
types-beautifulsoup4==4.12.0.20240511
26+
types-html5lib==1.1.11.20240228
2527
types-requests==2.31.0.2
2628
types-urllib3==1.26.25.14
27-
typing-extensions==4.8.0
28-
urllib3==1.26.15
29-
vcr-cleaner @ git+https://github.com/techservicesillinois/vcrpy-cleaner.git
30-
vcrpy==5.1.0
31-
wheel==0.43.0
32-
wrapt==1.15.0
33-
yarl==1.9.2
29+
typing_extensions==4.12.2
30+
urllib3==1.26.19
31+
vcr_cleaner @ git+https://github.com/techservicesillinois/vcrpy-cleaner.git@6771ec7b22e13ec58f73769d6b57ee73d1a4b38f
32+
vcrpy==6.0.1
33+
wrapt==1.16.0
34+
yarl==1.9.4

0 commit comments

Comments
 (0)