Skip to content

Commit ab1b602

Browse files
Bump the pip-dependencies group with 13 updates
Updates the requirements on [black](https://github.com/psf/black), [flake8](https://github.com/pycqa/flake8), [flask-talisman](https://github.com/wntrblm/flask-talisman), [mimesis](https://github.com/lk-geimfari/mimesis), [mock](https://github.com/testing-cabal/mock), [numpy](https://github.com/numpy/numpy), [pylint](https://github.com/pylint-dev/pylint), [jupyterlab](https://github.com/jupyterlab/jupyterlab), [pyright](https://github.com/RobertCraigie/pyright-python), [redis](https://github.com/redis/redis-py), [kombu](https://github.com/celery/kombu), [celery[redis]](https://github.com/celery/celery) and [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version. Updates `black` from 22.3.0 to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.3.0...25.11.0) Updates `flake8` from 7.0.0 to 7.3.0 - [Commits](PyCQA/flake8@7.0.0...7.3.0) Updates `flask-talisman` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/wntrblm/flask-talisman/releases) - [Commits](wntrblm/flask-talisman@v1.0.0...v1.1.0) Updates `mimesis` to 12.1.0 - [Release notes](https://github.com/lk-geimfari/mimesis/releases) - [Changelog](https://github.com/lk-geimfari/mimesis/blob/master/CHANGELOG.rst) - [Commits](lk-geimfari/mimesis@0.0.4b...v12.1.0) Updates `mock` from 4.0.3 to 5.2.0 - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](testing-cabal/mock@4.0.3...5.2.0) Updates `numpy` to 2.0.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v0.2.0...v2.0.2) Updates `pylint` from 3.0.3 to 3.3.9 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.0.3...v3.3.9) Updates `jupyterlab` to 4.5.6 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/jupyterlab-example-app@0.1.0...@jupyterlab/lsp@4.5.6) Updates `pyright` from 1.1.398 to 1.1.408 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.398...v1.1.408) Updates `redis` to 7.0.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@3.5.3...v7.0.1) Updates `kombu` to 5.6.2 - [Release notes](https://github.com/celery/kombu/releases) - [Changelog](https://github.com/celery/kombu/blob/main/Changelog.rst) - [Commits](celery/kombu@v0.1.0...v5.6.2) Updates `celery[redis]` to 5.6.2 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](celery/celery@v5.1.2...v5.6.2) Updates `selenium` to 4.36.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-3.141.0...selenium-4.36.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: flask-talisman dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mimesis dependency-version: 12.1.0 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: mock dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: pylint dependency-version: 3.3.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: jupyterlab dependency-version: 4.5.6 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: kombu dependency-version: 5.6.2 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: celery[redis] dependency-version: 5.6.2 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: selenium dependency-version: 4.36.0 dependency-type: direct:production dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb69078 commit ab1b602

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

requirements/celery.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Dependencies used by the CeleryLongCallbackManager
2-
redis>=3.5.3,<=5.0.4
3-
kombu<5.4.0
4-
celery[redis]>=5.1.2,<5.4.0
2+
redis>=3.5.3,<=7.0.1
3+
kombu<5.7.0
4+
celery[redis]>=5.1.2,<5.7.0

requirements/ci.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Dependencies used by CI on github.com/plotly/dash
2-
black==22.3.0
3-
flake8==7.0.0
2+
black==25.11.0
3+
flake8==7.3.0
44
flaky==3.8.1
5-
flask-talisman==1.0.0
5+
flask-talisman==1.1.0
66
ipython<9.0.0
7-
mimesis<=11.1.0
8-
mock==4.0.3
9-
numpy<=1.26.3
7+
mimesis<=12.1.0
8+
mock==5.2.0
9+
numpy<=2.0.2
1010
orjson>=3.10.11
1111
openpyxl
1212
pandas>=1.4.0
1313
pyarrow
14-
pylint==3.0.3
14+
pylint==3.3.9
1515
pytest-mock
1616
pytest-sugar==1.1.1
1717
pyzmq>=26.0.0
1818
xlrd>=2.0.1
1919
pytest-rerunfailures
20-
jupyterlab<4.0.0
21-
pyright==1.1.398;python_version>="3.7"
20+
jupyterlab<5.0.0
21+
pyright==1.1.408;python_version>="3.7"
2222
mypy==1.15.0;python_version>="3.12"

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lxml>=4.6.2
55
percy>=2.0.2
66
pytest>=6.0.2
77
requests[security]>=2.21.0
8-
selenium>=3.141.0,<=4.2.0
8+
selenium>=3.141.0,<=4.36.0
99
waitress>=1.4.4
1010
multiprocess>=0.70.12
1111
psutil>=5.8.0

0 commit comments

Comments
 (0)