Skip to content

Commit

Permalink
setup: update numbat requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrocas committed Dec 20, 2024
1 parent 224bf1a commit 04db1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires = ['setuptools']

[project]
name = 'pyrrha-mapper'
version = '0.4.2'
version = '0.4.3'
authors = [{ name = 'Eloïse Brocas', email = '[email protected]' }]
readme = "README.md"
description = "A mapper collection for firmware analysis"
Expand All @@ -33,7 +33,7 @@ classifiers = [
'Topic :: Security',
'Environment :: Console',
]
dependencies = ['click', 'coloredlogs', 'lief>=0.15.0', 'numbat>=0.2.0', 'rich']
dependencies = ['click', 'coloredlogs', 'lief>=0.15.0', 'numbat>=0.2.2', 'rich']

[project.urls]
Homepage = "https://github.com/quarkslab/pyrrha"
Expand Down

0 comments on commit 04db1d7

Please sign in to comment.