Commit Graph
3992 Commits
Author SHA1 Message Date
a1945cc8a8 Fix #2062
* Alphabetize

* Apply ruff fixes and formatting

* Missed haveibeenpwned.

* Alphabetize

* Apply ruff fixes and formatting

---------

Co-authored-by: github-actions <github-actions@github.com>
2025-07-08 18:34:44 +01:00
L1ghtn1ng 6d7a8e2c5f fix CI workflow to push changes to correct branch on push event 2025-07-08 18:27:45 +01:00
L1ghtn1ng 60f029b6ba Fix #2053 2025-07-08 04:40:04 +01:00
dependabot[bot]andJ.Townsend eb52852f68 Bump fastapi from 0.115.14 to 0.116.0
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.14 to 0.116.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.115.14...0.116.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.116.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-08 03:04:03 +01:00
L1ghtn1ng 5fc091ae3f Fix #2055 2025-07-08 02:37:21 +01:00
L1ghtn1ng c3b7f0be5b Bump version to 4.8.1 2025-07-08 02:30:21 +01:00
dependabot[bot]andJ.Townsend d1ab6d2a88 Bump uvicorn from 0.34.3 to 0.35.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.3 to 0.35.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.34.3...0.35.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-08 00:15:29 +01:00
dependabot[bot]andJ.Townsend 136e58148e Bump ruff from 0.12.1 to 0.12.2
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.1...0.12.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-08 00:12:46 +01:00
L1ghtn1ng a4341d6a56 Upgrade Dockerfile to use Python 3.12 instead of 3.11 2025-06-28 02:28:10 +01:00
L1ghtn1ng 2b56a51ebc Update Python requirement to 3.12 in pyproject.toml
Raised the minimum required Python version from 3.11 to 3.12. This ensures compatibility with newer Python features and improves consistency with project dependencies or standards.
2025-06-28 02:13:42 +01:00
L1ghtn1ng c70d8ca01c Remove deprecated requirements.txt and upgrade to Python 3.12
The `requirements.txt` file has been removed as dependencies are now managed in `pyproject.toml`. Updated the Python version and target version in `pyproject.toml` to 3.12 to align with the new version requirements.
2025-06-28 02:06:31 +01:00
dependabot[bot]andJ.Townsend a962f22c09 Bump lxml from 5.4.0 to 6.0.0
Bumps [lxml](https://github.com/lxml/lxml) from 5.4.0 to 6.0.0.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-5.4.0...lxml-6.0.0)

---
updated-dependencies:
- dependency-name: lxml
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-28 01:56:57 +01:00
dependabot[bot]andJ.Townsend 089312eb26 Bump fastapi from 0.115.13 to 0.115.14
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.13 to 0.115.14.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.115.13...0.115.14)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.115.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-28 01:55:55 +01:00
dependabot[bot]andJ.Townsend b3209309ed Bump playwright from 1.52.0 to 1.53.0
Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](https://github.com/microsoft/playwright-python/compare/v1.52.0...v1.53.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-28 01:55:41 +01:00
dependabot[bot]andJ.Townsend 68eb60bd81 Bump ruff from 0.12.0 to 0.12.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.0...0.12.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-28 01:54:49 +01:00
dependabot[bot]andJ.Townsend a8e85a02f5 Bump retrying from 1.3.4 to 1.4.0
Bumps [retrying](https://github.com/groodt/retrying) from 1.3.4 to 1.4.0.
- [Changelog](https://github.com/groodt/retrying/blob/main/HISTORY.rst)
- [Commits](https://github.com/groodt/retrying/compare/v1.3.4...v1.4.0)

---
updated-dependencies:
- dependency-name: retrying
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-25 13:28:14 +01:00
dependabot[bot]andJ.Townsend 9691c81ffb Bump pytest from 8.4.0 to 8.4.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...8.4.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-25 13:26:53 +01:00
dependabot[bot]andJ.Townsend 24ac95e4b4 Bump fastapi from 0.115.12 to 0.115.13
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.12 to 0.115.13.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.115.12...0.115.13)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.115.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-25 13:26:32 +01:00
dependabot[bot]andJ.Townsend e133ad5856 Bump ruff from 0.11.13 to 0.12.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.13 to 0.12.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.13...0.12.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-25 13:26:11 +01:00
github-actions 6b5b022603 Apply ruff fixes and formatting 2025-06-25 12:25:34 +00:00
yiğit ibrahimandGitHub c9edfbe093 docker build error fix (#2047) 2025-06-25 13:25:04 +01:00
dependabot[bot]andJ.Townsend a2dbe61722 Bump mypy from 1.16.0 to 1.16.1
Bumps [mypy](https://github.com/python/mypy) from 1.16.0 to 1.16.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.16.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 17:38:08 +01:00
dependabot[bot]andJ.Townsend 0dbec50080 Bump types-requests from 2.32.0.20250602 to 2.32.4.20250611
Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.0.20250602 to 2.32.4.20250611.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-version: 2.32.4.20250611
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 17:37:53 +01:00
dependabot[bot]andJ.Townsend e28c9d21d9 Bump certifi from 2025.4.26 to 2025.6.15
Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.4.26 to 2025.6.15.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.04.26...2025.06.15)

---
updated-dependencies:
- dependency-name: certifi
  dependency-version: 2025.6.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 17:37:39 +01:00
dependabot[bot]andJ.Townsend a0d85bd4b8 Bump ruff from 0.11.12 to 0.11.13
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.12 to 0.11.13.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.12...0.11.13)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.11.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 17:36:25 +01:00
dependabot[bot]andJ.Townsend 88738f6cb8 Bump aiodns from 3.4.0 to 3.5.0
Bumps [aiodns](https://github.com/saghul/aiodns) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/saghul/aiodns/releases)
- [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog)
- [Commits](https://github.com/saghul/aiodns/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: aiodns
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 17:36:05 +01:00
dependabot[bot]andJ.Townsend 1ccd4344ab Bump pytest-asyncio from 0.26.0 to 1.0.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.26.0 to 1.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.26.0...v1.0.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 17:35:33 +01:00
dependabot[bot]andJ.Townsend 3bd9bd6f6b Bump aiohttp from 3.12.6 to 3.12.13
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 00:57:28 +01:00
Lee BairdandGitHub 5ffcca3b54 Noted modules that need API keys (#2038) 2025-06-17 00:56:58 +01:00
J.TownsendandGitHub 9cdc117c1f Merge pull request #2035 from leebaird/master 2025-06-16 22:24:33 +01:00
Lee BairdandGitHub 89bcdb74f6 Added 4 new modules to README.md 2025-06-13 18:49:19 -05:00
github-actions 4bf8933e94 Apply ruff fixes and formatting 2025-06-13 23:17:20 +00:00
Lee BairdandGitHub ea24084987 Alphabetize code and add missing modules to help. 2025-06-13 18:16:52 -05:00
Lee BairdandGitHub 834fc666d6 Updated README with 2 new sources. 2025-06-13 17:27:34 -05:00
dependabot[bot]andJ.Townsend b17efb6738 Bump requests from 2.32.3 to 2.32.4
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 01:30:36 +01:00
dependabot[bot]andJ.Townsend a5b720fd17 Bump mypy from 1.15.0 to 1.16.0
Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 15:06:49 +01:00
dependabot[bot]andJ.Townsend 1eba5e93b9 Bump types-requests from 2.32.0.20250515 to 2.32.0.20250602
Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.0.20250515 to 2.32.0.20250602.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-version: 2.32.0.20250602
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 15:06:37 +01:00
dependabot[bot]andJ.Townsend 95dc2d43d8 Bump pytest from 8.3.5 to 8.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 15:06:04 +01:00
dependabot[bot]andJ.Townsend 074523f7d6 Bump uvicorn from 0.34.2 to 0.34.3
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.2 to 0.34.3.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.34.2...0.34.3)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 15:05:51 +01:00
dependabot[bot]andJ.Townsend 8bf494ec35 Bump aiohttp from 3.12.2 to 3.12.6
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 15:04:40 +01:00
dependabot[bot]andJ.Townsend 96ac4b4f1b Bump ruff from 0.11.11 to 0.11.12
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.11 to 0.11.12.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.11...0.11.12)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.11.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 15:04:17 +01:00
dependabot[bot]andJ.Townsend da97b0fc36 Bump aiohttp from 3.11.18 to 3.12.2
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 15:55:28 +01:00
L1ghtn1ng 703a94754e fix ci to run all tests 4.8.0 2025-05-27 01:28:14 +01:00
L1ghtn1ng a990b3901b fix ci to run all tests 2025-05-27 01:02:37 +01:00
L1ghtn1ng fe488b9603 fix ci to run all tests 2025-05-27 00:59:27 +01:00
L1ghtn1ng de30b83457 fix ci to run all tests 2025-05-27 00:58:46 +01:00
L1ghtn1ng db07a3de88 fix ci to run all tests 2025-05-27 00:56:50 +01:00
L1ghtn1ng 2acd8c86a8 fix ci to run all tests 2025-05-27 00:54:10 +01:00
L1ghtn1ng 67326cae2f fix ci to run all tests 2025-05-27 00:48:48 +01:00
L1ghtn1ng 8dda311e50 fix ci to run all tests 2025-05-27 00:45:51 +01:00