Skip to content

Commit

Permalink
Applied updates (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Apr 18, 2022
1 parent a5dc58a commit 5e89e69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dependencies.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ version_property: __version__

[dfwinreg]
dpkg_name: python3-dfwinreg
minimum_version: 20201002
minimum_version: 20211207
rpm_name: python3-dfwinreg
version_property: __version__

[dtfabric]
dpkg_name: python3-dtfabric
minimum_version: 20170524
minimum_version: 20220219
rpm_name: python3-dtfabric
version_property: __version__

Expand Down Expand Up @@ -178,7 +178,7 @@ version_property: get_version()
[pyregf]
dpkg_name: libregf-python3
l2tbinaries_name: libregf
minimum_version: 20180303
minimum_version: 20201002
pypi_name: libregf-python
rpm_name: libregf-python3
version_property: get_version()
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ cryptography >= 2.0.2
dfdatetime >= 20211113
dfimagetools >= 20220312
dfvfs >= 20220121
dfwinreg >= 20201002
dtfabric >= 20170524
dfwinreg >= 20211207
dtfabric >= 20220219
libbde-python >= 20220121
libcreg-python >= 20200725
libewf-python >= 20131210
Expand All @@ -23,7 +23,7 @@ libluksde-python >= 20220121
libmodi-python >= 20210405
libphdi-python >= 20220110
libqcow-python >= 20201213
libregf-python >= 20180303
libregf-python >= 20201002
libsigscan-python >= 20191221
libsmdev-python >= 20140529
libsmraw-python >= 20140612
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requires = libbde-python3 >= 20220121
libmodi-python3 >= 20210405
libphdi-python3 >= 20220110
libqcow-python3 >= 20201213
libregf-python3 >= 20180303
libregf-python3 >= 20201002
libsigscan-python3 >= 20191221
libsmdev-python3 >= 20140529
libsmraw-python3 >= 20140612
Expand All @@ -39,8 +39,8 @@ requires = libbde-python3 >= 20220121
python3-dfdatetime >= 20211113
python3-dfimagetools >= 20220312
python3-dfvfs >= 20220121
python3-dfwinreg >= 20201002
python3-dtfabric >= 20170524
python3-dfwinreg >= 20211207
python3-dtfabric >= 20220219
python3-idna >= 2.5
python3-pytsk3 >= 20210419
python3-pyxattr >= 0.7.2
Expand Down

0 comments on commit 5e89e69

Please sign in to comment.