Skip to content

Commit f2fd760

Browse files
chore(deps): bump the dependencies group with 4 updates
Bumps the dependencies group with 4 updates: [flake8](https://github.com/pycqa/flake8), [types-pytz](https://github.com/python/typeshed), [python-dotenv](https://github.com/theskumar/python-dotenv) and [pytz](https://github.com/stub42/pytz). Updates `flake8` from 7.1.2 to 7.2.0 - [Commits](PyCQA/flake8@7.1.2...7.2.0) Updates `types-pytz` from 2025.1.0.20250318 to 2025.2.0.20250326 - [Commits](https://github.com/python/typeshed/commits) Updates `python-dotenv` from 1.0.1 to 1.1.0 - [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.0.1...v1.1.0) Updates `pytz` from 2025.1 to 2025.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2025.1...release_2025.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: types-pytz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23689ee commit f2fd760

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
black==25.1.0
2-
flake8==7.1.2
2+
flake8==7.2.0
33
mypy==1.15.0
44
mypy-extensions==1.0.0
55
pylint==3.3.6
66
pytest==8.3.5
77
pytest-cov==6.0.0
8-
types-pytz==2025.1.0.20250318
8+
types-pytz==2025.2.0.20250326
99
types-requests==2.32.0.20250306

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github3.py==4.0.1
22
numpy==2.2.4
3-
python-dotenv==1.0.1
4-
pytz==2025.1
3+
python-dotenv==1.1.0
4+
pytz==2025.2
55
requests==2.32.3

0 commit comments

Comments
 (0)