cloudcheck
cloudcheck copied to clipboard
Check whether an IP address or hostname belongs to popular cloud providers
Bumps [radixtarget](https://github.com/blacklanternsecurity/radixtarget) from 1.0.0.14 to 1.1.0.18. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.4.16 to 2024.4.28. Changelog Sourced from regex's changelog. Version: 2024.4.28 Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes Version: 2024.4.16 Git issue 525: segfault when fuzzy matching...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...
Bumps [black](https://github.com/psf/black) from 24.4.0 to 24.4.2. Release notes Sourced from black's releases. 24.4.2 This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1....
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.0 to 2.7.1. Release notes Sourced from pydantic's releases. v2.7.1 (2024-04-23) What's Changed Packaging Bump pydantic-core to v2.18.2 by @sydney-runkle in #9307 New Features Ftp and Websocket...
We should take a look at these repos to see if we can add any of their sources: - https://github.com/oldrho/ip2provider - https://github.com/v2fly/domain-list-community - https://github.com/lord-alfred/ipranges - https://github.com/schniggie/cdn-ranges - https://kaeferjaeger.gay/ Providers to...
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.4.28 to 2024.5.10. Commits be139ff Updated for Python 3.13. See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...
The initial loading of the files takes a long time (the parsing of half a million IP ranges). We should implement a serialized cache that will be quick-loaded if `providers.json`...
Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. Commits cf1542c Release 7.1.1 939ea3d Merge pull request #1949 from stephenfin/issue-1948 bdcd5c2 Handle escaped braces in f-strings 2a811cc Merge pull request #1946 from Viicos/patch-1...
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. Release notes Sourced from black's releases. 24.8.0 Stable style Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)...