Skip to content

Commit 2814005

Browse files
authored
upgrade dependencies (#326)
1 parent c46e4f0 commit 2814005

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyyaml
2-
aiohttp
2+
aiohttp>=3.12.14
33
aiofiles
44
python-snappy
55
cryptography

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyyaml
2-
aiohttp
2+
aiohttp>=3.12.14
33
aiofiles
44
cryptography
55
packaging

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ mock==2.0.0
22
nose2==0.6.5
33
flake8==3.7.9
44
pylint==2.7.0
5-
pytest==3.0.6
5+
pytest>=8.4.0
66
cov-core==1.15.0
7-
sphinx
7+
sphinx>=8.2.0
88
sphinx_rtd_theme
99
m2r
1010
doc8

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deps =
1111
flake8 >= 3.7.9
1212
pylint >= 3.3.6
1313
doc8
14-
aiohttp>=3.11.11
14+
aiohttp>=3.12.14
1515
munch>=2.5.0
1616

1717
commands =

ut-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mock==2.0.0
22
nose2==0.6.5
3-
pytest==3.0.6
3+
pytest==8.4.0
44
cov-core==1.15.0
55
munch
66
freezegun

0 commit comments

Comments
 (0)