4.4.2

laramies/theHarvester4.4.2Aug 12, 2023by L1ghtn1ng

AI Summary

The codebase has been improved with code formatting tools (Black and isort), and several minor fixes were applied to module capitalization, fuel URLs, and type signatures.

Key Highlights

  • Added Black and isort formatting to the repository
  • Corrected module capitalization and added fuel URLs
  • Fixed `host_name` type signature
  • Replaced star imports with explicit imports

New Features

  • Code formatting (Black and isort)
  • Module capitalization correction

Full Release Notes

## What's Changed
* chore(deps): bump dnspython from 2.4.0 to 2.4.1 by @dependabot in https://github.com/laramies/theHarvester/pull/1495
* chore(deps-dev): bump pydantic from 2.0.3 to 2.1.1 by @dependabot in https://github.com/laramies/theHarvester/pull/1496
* Add black and isort formatting to repo by @yoonthegoon in https://github.com/laramies/theHarvester/pull/1494
* chore(deps): bump fastapi from 0.100.0 to 0.100.1 by @dependabot in https://github.com/laramies/theHarvester/pull/1498
* Corrected module capitalization and  added fuel URLs by @leebaird in https://github.com/laramies/theHarvester/pull/1499
* chore(deps): bump uvicorn from 0.23.1 to 0.23.2 by @dependabot in https://github.com/laramies/theHarvester/pull/1502
* chore(deps-dev): bump pyflakes from 3.0.1 to 3.1.0 by @dependabot in https://github.com/laramies/theHarvester/pull/1503
* chore(deps-dev): bump flake8 from 6.0.0 to 6.1.0 by @dependabot in https://github.com/laramies/theHarvester/pull/1504
* chore(deps): bump fastapi from 0.100.1 to 0.101.0 by @dependabot in https://github.com/laramies/theHarvester/pull/1506
* Replace import star with explicit imports by @yoonthegoon in https://github.com/laramies/theHarvester/pull/1507
* hot fix `host_name` type signature by @yoonthegoon in https://github.com/laramies/theHarvester/pull/1509
* chore(deps): bump aiofiles from 23.1.0 to 23.2.1 by @dependabot in https://github.com/laramies/theHarvester/pull/1514
* chore(deps-dev): bump mypy from 1.4.1 to 1.5.0 by @dependabot in https://github.com/laramies/theHarvester/pull/1515
* chore(deps): bump dnspython from 2.4.1 to 2.4.2 by @dependabot in https://github.com/laramies/theHarvester/pull/1513
* chore(deps-dev): bump wheel from 0.41.0 to 0.41.1 by @dependabot in https://github.com/laramies/theHarvester/pull/1511


**Full Changelog**: https://github.com/laramies/theHarvester/compare/4.4.1...4.4.2