Skip to content

Commit 40d3b57

Browse files
chore(deps): Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [python-dotenv](https://github.com/theskumar/python-dotenv) and [pylint](https://github.com/pylint-dev/pylint). Updates `python-dotenv` from 1.1.1 to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1) Updates `pylint` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e31c46 commit 40d3b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black==25.9.0
22
flake8==7.3.0
33
mypy==1.18.2
44
mypy-extensions==1.1.0
5-
pylint==4.0.1
5+
pylint==4.0.2
66
pytest==8.4.2
77
pytest-cov==7.0.0
88
types-requests==2.32.4.20250913

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github3.py==4.0.1
2-
python-dotenv==1.1.1
2+
python-dotenv==1.2.1
33
requests==2.32.5

0 commit comments

Comments
 (0)