4.4.4
laramies/theHarvester4.4.4Sep 24, 2023by L1ghtn1ng
AI Summary
A maintenance release that addresses a typo preventing the HunterHow API key from working and updates several core dependencies to their latest versions.
Key Highlights
- Fixed typo preventing hunterhow API key from working
- Updated FastAPI and Shodan versions
- Updated Pydantic and mypy development dependencies
New Features
- HunterHow API key typo fix
Full Release Notes
## What's Changed * Fix typo so hunterhow api key works * chore(deps): bump fastapi from 0.101.0 to 0.101.1 by @dependabot in https://github.com/laramies/theHarvester/pull/1517 * chore(deps): bump shodan from 1.29.1 to 1.30.0 by @dependabot in https://github.com/laramies/theHarvester/pull/1518 * chore(deps): bump fastapi from 0.101.1 to 0.102.0 by @dependabot in https://github.com/laramies/theHarvester/pull/1526 * chore(deps-dev): bump pydantic from 2.1.1 to 2.3.0 by @dependabot in https://github.com/laramies/theHarvester/pull/1525 * chore(deps-dev): bump mypy from 1.5.0 to 1.5.1 by @dependabot in https://github.com/laramies/theHarvester/pull/1520 * bump wheel from 0.41.1 to 0.41.2 by @dependabot in https://github.com/laramies/theHarvester/pull/1524 * chore(deps): bump setuptools from 68.0.0 to 68.1.2 by @dependabot in https://github.com/laramies/theHarvester/pull/1523 * Replace an inappropriate test expression that is always evaluating to true by @munahaf in https://github.com/laramies/theHarvester/pull/1529 * chore(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/laramies/theHarvester/pull/1531 * chore(deps): bump censys from 2.2.4 to 2.2.5 by @dependabot in https://github.com/laramies/theHarvester/pull/1530 * chore(deps): bump fastapi from 0.102.0 to 0.103.1 by @dependabot in https://github.com/laramies/theHarvester/pull/1532 * chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 by @dependabot in https://github.com/laramies/theHarvester/pull/1535 * chore(deps): bump setuptools from 68.1.2 to 68.2.0 by @dependabot in https://github.com/laramies/theHarvester/pull/1534 * chore(deps): bump black from 23.7.0 to 23.9.1 by @dependabot in https://github.com/laramies/theHarvester/pull/1537 ## New Contributors * @munahaf made their first contribution in https://github.com/laramies/theHarvester/pull/1529 **Full Changelog**: https://github.com/laramies/theHarvester/compare/4.4.3...4.4.4