Skip to content

Commit

Permalink
Relax minimum required version of dependencies (#39)
Browse files Browse the repository at this point in the history
At least to those available in Fedora 40.

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
  • Loading branch information
dwrobel authored Sep 4, 2024
1 parent 8579839 commit 21dcc3d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
bumpversion==0.6.0
pytest==8.3.2
pytest-asyncio==0.24.0
pytest-cov==5.0.0
tox==4.18.0
flake8==3.9.2
toml==0.10.2
pyyaml==6.0.2
bumpversion>=0.6.0
pytest>=7.4.3
pytest-asyncio>=0.23.5
pytest-cov>=4.0.0
tox>=4.16.0
flake8>=3.9.2
toml>=0.10.2
pyyaml>=6.0.1

0 comments on commit 21dcc3d

Please sign in to comment.