freelawproject / bigcases2

The sequel to Big Cases Bot
Other
18 stars 11 forks source link

build(deps-dev): bump django-stubs from 4.2.0 to 5.0.0 in the stub-packages group #525

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps the stub-packages group with 1 update: django-stubs.

Updates django-stubs from 4.2.0 to 5.0.0

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
mlissner commented 6 months ago

@TheCleric, I guess your mypy integration is working! Any chance you'd be interested/willing/able to tweak this PR to make it work? I totally get if you want to stick with more fun stuff though and not the latest dep upgrade!!!

TheCleric commented 6 months ago

@TheCleric, I guess your mypy integration is working! Any chance you'd be interested/willing/able to tweak this PR to make it work? I totally get if you want to stick with more fun stuff though and not the latest dep upgrade!!!

I'm happy to take a look.

TheCleric commented 6 months ago

@dependabot rebase

dependabot[bot] commented 6 months ago

Sorry, only users with push access can use that command.

TheCleric commented 6 months ago

@mlissner I think the issue is because we would need to update to django 5 to update the stubs to 5. (Technically python >= 3.10, django-stubs >= 5.0.0 has django 5.0.6 as a dependency).

And that's probably a bigger decision than you want me making. 😆

mlissner commented 6 months ago

@dependabot rebase

dependabot[bot] commented 6 months ago

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

mlissner commented 6 months ago

Hm, we've got django 5.0.6 as of now. We were on a hash release because django 5.0.4 was bad, but I think we're good now and lint is still unhappy, I'm sorry to say.

ERosendo commented 6 months ago

@dependabot rebase

ERosendo commented 6 months ago

@mlissner I suspect the outdated version of mypy we're using might be causing the issue. Upgrading to the latest version could potentially resolve it.

ERosendo commented 6 months ago

@mlissner We can merge it now :shipit: 👍

mlissner commented 6 months ago

Nice one! My gut reaction was that this is annoying and our new mypy check is causing trouble, but I think the point is that it actually caught this before it was even more annoying — so great!