Skip to content

Commit d1c2b0b

Browse files
chore(deps): bump the pip-root-updates group with 4 updates (#49)
Bumps the pip-root-updates group with 4 updates: [flwr](https://github.com/adap/flower), [cryptography](https://github.com/pyca/cryptography), [numpy](https://github.com/numpy/numpy) and [google-auth](https://github.com/googleapis/google-auth-library-python). Updates `flwr` from 1.7.0 to 1.27.0 - [Release notes](https://github.com/adap/flower/releases) - [Changelog](https://github.com/flwrlabs/flower/blob/main/CHANGELOG.md) - [Commits](flwrlabs/flower@v1.7.0...framework-1.27.0) Updates `cryptography` from 41.0.7 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.7...46.0.5) Updates `numpy` from 1.26.4 to 2.4.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.4...v2.4.3) Updates `google-auth` from 2.49.0 to 2.49.1 - [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) --- updated-dependencies: - dependency-name: flwr dependency-version: 1.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-root-updates - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-root-updates - dependency-name: numpy dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-root-updates - dependency-name: google-auth dependency-version: 2.49.1 dependency-type: direct:production update-type: version-update:semver-patch 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 7bf7a9e commit d1c2b0b

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
@@ -6,18 +6,18 @@ python-socketio==5.16.1
66
python-engineio==4.13.1
77

88
# Science & Data Processing
9-
numpy==1.26.4
9+
numpy==2.4.3
1010
scipy==1.17.1
1111
scikit-learn==1.8.0
12-
flwr==1.7.0
12+
flwr==1.27.0
1313

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

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

2222
# Database & Caching
2323
redis==7.3.0
@@ -28,7 +28,7 @@ prometheus-flask-exporter==0.23.2
2828

2929
# Cryptography
3030
ecdsa==0.19.1
31-
cryptography==41.0.7
31+
cryptography==46.0.5
3232

3333
# Utilities
3434
python-dotenv==1.2.2

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.7.0
2+
flwr==1.27.0
33
flwr-datasets==0.6.0
44

55
# Deep Learning
@@ -9,7 +9,7 @@ torchvision==0.25.0
99
# Privacy & Security
1010
opacus==1.5.4
1111
ecdsa==0.19.1
12-
cryptography==41.0.7
12+
cryptography==46.0.5
1313

1414
# Flask & Web Framework
1515
Flask==3.1.3
@@ -19,7 +19,7 @@ python-socketio==5.16.1
1919
python-engineio==4.13.1
2020

2121
# Science & Data Processing
22-
numpy==1.26.4
22+
numpy==2.4.3
2323
scipy==1.17.1
2424
scikit-learn==1.8.0
2525
pandas==3.0.1
@@ -29,7 +29,7 @@ aiohttp==3.13.3
2929

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

3434
# Database & Caching
3535
redis==7.3.0

0 commit comments

Comments
 (0)