From 6c5e4a31a43a8e56135842a27fae51d0b4080da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:23:34 +0000 Subject: [PATCH] Bump the direct-deps group across 1 directory with 5 updates Bumps the direct-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.2` | `4.14.3` | | [click](https://github.com/pallets/click) | `8.3.0` | `8.3.1` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2025.9.18` | `2025.11.3` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8` | `2.8.1` | | [tzdata](https://github.com/python/tzdata) | `2025.2` | `2025.3` | Updates `beautifulsoup4` from 4.14.2 to 4.14.3 Updates `click` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.0...8.3.1) Updates `regex` from 2025.9.18 to 2025.11.3 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2025.9.18...2025.11.3) Updates `soupsieve` from 2.8 to 2.8.1 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](https://github.com/facelessuser/soupsieve/compare/2.8...2.8.1) Updates `tzdata` from 2025.2 to 2025.3 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2025.2...2025.3) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: direct-deps - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: direct-deps - dependency-name: regex dependency-version: 2025.11.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: direct-deps - dependency-name: soupsieve dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: direct-deps - dependency-name: tzdata dependency-version: '2025.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: direct-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f701c5..26e979f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,11 @@ beancount==3.2.0 # beangulp beangulp==0.2.0 # via beanahead -beautifulsoup4==4.14.2 +beautifulsoup4==4.14.3 # via beangulp chardet==5.2.0 # via beangulp -click==8.3.0 +click==8.3.1 # via # beancount # beangulp @@ -32,13 +32,13 @@ python-magic==0.4.27 ; sys_platform != 'win32' # via beangulp pytz==2025.2 # via pandas -regex==2025.9.18 +regex==2025.11.3 # via beancount six==1.17.0 # via python-dateutil -soupsieve==2.8 +soupsieve==2.8.1 # via beautifulsoup4 typing-extensions==4.15.0 # via beautifulsoup4 -tzdata==2025.2 +tzdata==2025.3 # via pandas