From b29d7b94bd212922ff2843dae0fb0f3c7efa277f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:20:46 +0000 Subject: [PATCH] chore(deps): bump the uv-minor-and-patch group across 1 directory with 2 updates Bumps the uv-minor-and-patch group with 2 updates in the / directory: [web3](https://github.com/ethereum/web3.py) and [python-gitlab](https://github.com/python-gitlab/python-gitlab). Updates `web3` from 7.15.0 to 7.16.0 - [Changelog](https://github.com/ApeWorX/web3.py/blob/v7.16.0/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v7.15.0...v7.16.0) Updates `python-gitlab` from 8.3.0 to 8.5.0 - [Release notes](https://github.com/python-gitlab/python-gitlab/releases) - [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-gitlab/python-gitlab/compare/v8.3.0...v8.5.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-minor-and-patch - dependency-name: web3 dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c920736..513c5cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -web3==7.15.0 +web3==7.16.0 tenacity==9.1.4 -python-gitlab==8.3.0 +python-gitlab==8.5.0 requests==2.34.2