Skip to content

Commit 88e9f9d

Browse files
chore(deps): bump the pip-root-updates group with 4 updates (#94)
Bumps the pip-root-updates group with 4 updates: [flwr](https://github.com/flwrlabs/flower), [google-auth](https://github.com/googleapis/google-auth-library-python), [prometheus-client](https://github.com/prometheus/client_python) and [pydantic](https://github.com/pydantic/pydantic). Updates `flwr` from 1.28.0 to 1.29.0 - [Release notes](https://github.com/flwrlabs/flower/releases) - [Changelog](https://github.com/flwrlabs/flower/blob/main/CHANGELOG.md) - [Commits](flwrlabs/flower@framework-1.28.0...framework-1.29.0) Updates `google-auth` from 2.49.1 to 2.49.2 - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/commits) Updates `prometheus-client` from 0.24.1 to 0.25.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.24.1...v0.25.0) Updates `pydantic` from 2.12.5 to 2.13.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.0) --- updated-dependencies: - dependency-name: flwr dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-root-updates - dependency-name: google-auth dependency-version: 2.49.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-root-updates - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-root-updates - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-root-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0254d25 commit 88e9f9d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

requirements-backend.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ python-engineio==4.13.1
99
numpy==2.4.4
1010
scipy==1.17.1
1111
scikit-learn==1.8.0
12-
flwr==1.28.0
12+
flwr==1.29.0
1313

1414
# Async & Threading
1515
asyncio==4.0.0
1616
aiohttp==3.13.5
1717

1818
# Google Gemini AI
1919
google-generativeai==0.8.6
20-
google-auth==2.49.1
20+
google-auth==2.49.2
2121

2222
# Database & Caching
2323
redis==7.4.0
2424

2525
# Monitoring & Metrics
26-
prometheus-client==0.24.1
26+
prometheus-client==0.25.0
2727
prometheus-flask-exporter==0.23.2
2828

2929
# Cryptography
@@ -33,7 +33,7 @@ cryptography==46.0.7
3333
# Utilities
3434
python-dotenv==1.2.2
3535
requests==2.33.1
36-
pydantic==2.12.5
36+
pydantic==2.13.0
3737
pydantic-settings==2.13.1
3838

3939
# Development

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Federated Learning
2-
flwr==1.28.0
2+
flwr==1.29.0
33
flwr-datasets==0.6.0
44

55
# Deep Learning
@@ -29,19 +29,19 @@ aiohttp==3.13.5
2929

3030
# Google Gemini AI
3131
google-generativeai==0.8.6
32-
google-auth==2.49.1
32+
google-auth==2.49.2
3333

3434
# Database & Caching
3535
redis==7.4.0
3636

3737
# Monitoring & Metrics
38-
prometheus-client==0.24.1
38+
prometheus-client==0.25.0
3939
prometheus-flask-exporter==0.23.2
4040

4141
# Utilities
4242
python-dotenv==1.2.2
4343
requests==2.33.1
44-
pydantic==2.12.5
44+
pydantic==2.13.0
4545
pydantic-settings==2.13.1
4646

4747
# Development & Testing

0 commit comments

Comments
 (0)