Skip to content

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Feb 21, 2024
1 parent 9d93a1c commit a1502a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
types-openpyxl==3.1.0.20240205
types-openpyxl==3.1.0.20240220
types-protobuf==4.24.0.20240129
types-psutil==5.9.5.20240205
types-pyserial==3.5.0.20240205
Expand All @@ -10,9 +10,9 @@ types-urllib3==1.26.25.14
lxml-stubs==0.5.1
mypy==1.8.0
pyright==1.1.351
ruff>=0.1.15
ruff>=0.2.2
pylint==3.0.3
pre-commit>=3.6.0
pre-commit>=3.6.2
pytest==8.0.1
pytest-cov==4.1.0
#pytest-qt==4.3.1
Expand All @@ -22,8 +22,8 @@ pytest-cov==4.1.0
#pytest-bdd==6.1.1
#pytest-benchmark==4.0.0
#pytest-mock==3.11.1
hypothesis>=6.96.2
coverage==7.4.1
hypothesis>=6.96.9
coverage==7.4.2
coverage-badge==1.1.0
codespell==2.2.6
# the following 2 packages are not installed along aiohttp on Python3.12 and make mypy complain
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ wquantiles==0.6
colorspacious==1.1.2
openpyxl==3.1.2
keyring==24.3.0
prettytable==3.9.0
prettytable==3.10.0
lxml==5.1.0
matplotlib==3.7.3; python_version < '3.9' # last Python 3.8 release
matplotlib==3.8.3; python_version >= '3.9'
Expand Down

0 comments on commit a1502a7

Please sign in to comment.