Skip to content

Commit

Permalink
Bump firebase-admin from 6.5.0 to 6.6.0 (#331)
Browse files Browse the repository at this point in the history
* Bump firebase-admin from 6.5.0 to 6.6.0

Bumps [firebase-admin](https://github.com/firebase/firebase-admin-python) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/firebase/firebase-admin-python/releases)
- [Commits](firebase/firebase-admin-python@v6.5.0...v6.6.0)

---
updated-dependencies:
- dependency-name: firebase-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update requirements.txt

* Update setup.py

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gcattan <gcattan@hotmail.fr>
  • Loading branch information
dependabot[bot] and gcattan authored Dec 2, 2024
1 parent e5b81f3 commit a5ce889
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ scipy==1.13.1
moabb==1.1.0
pyriemann==0.6
docplex>=2.21.207
firebase_admin==6.5.0
qiskit-symb
firebase_admin==6.6.0
qiskit-symb==0.2.0
symengine==0.11.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ qiskit-aer==0.15.1
cvxpy==1.5.3
scipy==1.13.1
docplex>=2.21.207
firebase_admin==6.5.0
firebase_admin==6.6.0
tqdm
pandas
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'cvxpy==1.5.3',
'scipy==1.13.1',
'docplex==2.28.240',
'firebase_admin==6.5.0',
'firebase_admin==6.6.0',
'scikit-learn==1.5.2',
'tqdm',
'pandas',
Expand All @@ -63,7 +63,7 @@
'tests': ['pytest', 'seaborn', 'flake8', 'mne', 'pooch'],
# GPU optimization not available on all platform.
# See https://github.com/Qiskit/qiskit-aer/issues/929#issuecomment-691716936
'optim': ['qiskit-symb', 'symengine==0.11.0'],
'optim': ['qiskit-symb==0.2.0', 'symengine==0.11.0'],
'optim_linux': ['qiskit-aer-gpu==0.15.1']},
zip_safe=False,
)

0 comments on commit a5ce889

Please sign in to comment.