Skip to content

Commit 5e5b4a5

Browse files
committed
updated dependencies
1 parent ebb12ff commit 5e5b4a5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==6.2.1
2-
coverage[toml]==5.3.1
3-
pytest-cov==2.10.1
1+
pytest==6.2.2
2+
coverage[toml]==5.5
3+
pytest-cov==2.11.1

requirements-mupdf.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PyMuPDF==1.18.5
1+
PyMuPDF==1.18.9

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
casparser-isin>=2021.1.30
1+
casparser-isin>=2021.3.1
22
click==7.1.2
33
colorama==0.4.4
44
pdfminer.six==20201018
55
python-dateutil==2.8.1
6-
tabulate==0.8.7
6+
tabulate==0.8.9
77
wcwidth==0.2.5

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ include_package_data = True
2121
packages = find:
2222
python_requires = >=3.8
2323
install_requires =
24-
casparser-isin>=2021.1.30
24+
casparser-isin>=2021.3.1
2525
click==7.1.2
2626
colorama==0.4.4
2727
pdfminer.six==20201018
2828
python-dateutil==2.8.1
29-
tabulate==0.8.7
29+
tabulate==0.8.9
3030
wcwidth==0.2.5
3131

3232
[options.entry_points]
3333
console_scripts =
3434
casparser = casparser.cli:cli
3535

3636
[options.extras_require]
37-
mupdf = PyMuPDF==1.18.5
38-
test = pytest-cov>=2.10.1; coverage>=5.3; pytest>=6.1.2
37+
mupdf = PyMuPDF==1.18.9
38+
test = pytest-cov>=2.11.1; coverage>=5.5; pytest>=6.2.2
3939

4040
[flake8]
4141
max-line-length = 100

0 commit comments

Comments
 (0)