Compare commits

..
Author SHA1 Message Date
dependabot[bot]andGitHub 0ff81dda4b [UPDATE] Update ipython requirement
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/9.14.1...9.15.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-version: 9.15.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-29 08:23:09 +00:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2678,9 +2678,9 @@
}
},
"node_modules/brace-expansion": {
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
"license": "MIT",
"dependencies": {
"balanced-match": "^4.0.2"
+1 -1
View File
@@ -64,7 +64,7 @@ prod = [
]
dev = [
"django-debug-toolbar>=7.0.0,<8",
"ipython>=9.14.1,<10.0.0",
"ipython>=9.15.0,<10.0.0",
"pre-commit>=4.6.0,<5.0.0",
"ruff>=0.15.19,<1.0.0",
"djhtml>=3.0.11,<4.0.0",