Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyyaml
aiohttp
aiohttp>=3.12.14
aiofiles
python-snappy
cryptography
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyyaml
aiohttp
aiohttp>=3.12.14
aiofiles
cryptography
packaging
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ mock==2.0.0
nose2==0.6.5
flake8==3.7.9
pylint==2.7.0
pytest==3.0.6
pytest>=8.4.0
cov-core==1.15.0
sphinx
sphinx>=8.2.0
sphinx_rtd_theme
m2r
doc8
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deps =
flake8 >= 3.7.9
pylint >= 3.3.6
doc8
aiohttp>=3.11.11
aiohttp>=3.12.14
munch>=2.5.0

commands =
Expand Down
2 changes: 1 addition & 1 deletion ut-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mock==2.0.0
nose2==0.6.5
pytest==3.0.6
pytest==8.4.0
cov-core==1.15.0
munch
freezegun