From 422af03e2ddc30f1bc1f4f70789ec6a3450c62c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 20:12:55 +0000 Subject: [PATCH] build(deps): bump the python group with 3 updates Bumps the python group with 3 updates: [geoip2](https://github.com/maxmind/GeoIP2-python), [publicsuffixlist](https://github.com/ko-zu/psl) and [ruff](https://github.com/astral-sh/ruff). Updates `geoip2` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/maxmind/GeoIP2-python/releases) - [Changelog](https://github.com/maxmind/GeoIP2-python/blob/main/HISTORY.rst) - [Commits](https://github.com/maxmind/GeoIP2-python/compare/v5.2.0...v5.3.0) Updates `publicsuffixlist` from 1.0.2.20260710 to 1.0.2.20260716 - [Changelog](https://github.com/ko-zu/psl/blob/devel/CHANGES.md) - [Commits](https://github.com/ko-zu/psl/commits) Updates `ruff` from 0.15.21 to 0.15.22 - [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.15.21...0.15.22) --- updated-dependencies: - dependency-name: geoip2 dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: publicsuffixlist dependency-version: 1.0.2.20260716 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 174ff6c..02f9213 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -ruff==0.15.21 +ruff==0.15.22 pip-audit==2.10.1 diff --git a/requirements.txt b/requirements.txt index c13b72f..8338456 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ PyGithub==2.9.1 dnspython==2.8.0 loguru==0.7.3 psutil==7.2.2 -geoip2==5.2.0 +geoip2==5.3.0 maxminddb==3.1.1 -publicsuffixlist==1.0.2.20260710 +publicsuffixlist==1.0.2.20260716