Skip to content

⬆️(deps): Update imapclient requirement from <4.0,>=3.0 to >=3.1.0,<4.0 in /apps/meeseeks_api#111

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/apps/meeseeks_api/imapclient-gte-3.1.0-and-lt-4.0
Closed

⬆️(deps): Update imapclient requirement from <4.0,>=3.0 to >=3.1.0,<4.0 in /apps/meeseeks_api#111
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/apps/meeseeks_api/imapclient-gte-3.1.0-and-lt-4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on imapclient to permit the latest version.

Release notes

Sourced from imapclient's releases.

3.1.0

What's Changed

New Features

Other Changes

New Contributors

Full Changelog: mjs/imapclient@3.0.1...3.1.0

Commits
  • 248f09a Update version to 3.1.0
  • ad917b0 Update AUTHORS.rst for 3.1.0 release
  • f3813a4 Remove unused import in imapclient.tls
  • 73b2cea Update .gitignore to include .venv and venv directories
  • ba65575 Add newline to comply fith black formatting
  • dd4dd3c Add 3.14 to workflows and update docs
  • 64250b0 Simplify IMAP4_TLS class and fix Python 3.14+ compatibility
  • a36c452 chore(deps-dev): bump black from 25.9.0 to 25.11.0
  • fd4eeaf chore(deps-dev): bump setuptools from 72.1.0 to 80.9.0
  • 1c7fba4 chore(deps-dev): bump flake8 from 7.1.0 to 7.3.0
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open with Devin

Updates the requirements on [imapclient](https://github.com/mjs/imapclient) to permit the latest version.
- [Release notes](https://github.com/mjs/imapclient/releases)
- [Changelog](https://github.com/mjs/imapclient/blob/master/NEWS.rst)
- [Commits](mjs/imapclient@3.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: imapclient
  dependency-version: 3.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

"flask-restx>=1.3.0,<2.0.0",
"gunicorn>=22.0.0",
"imapclient>=3.0,<4.0",
"imapclient>=3.1.0,<4.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 uv.lock not regenerated after pyproject.toml dependency change

The pyproject.toml bumps the imapclient minimum from >=3.0,<4.0 to >=3.1.0,<4.0, but the uv.lock file at line 1931 still records the old specifier >=3.0,<4.0. This means the lock file is out of sync with the declared dependencies. Running uv lock --check would fail, and uv sync would need to regenerate the lock file. While the currently resolved version (3.1.0) happens to satisfy the new constraint, the stale lock file means a fresh uv lock could theoretically resolve to a different set of transitive dependencies than what's committed.

Prompt for agents
The uv.lock file was not regenerated after updating the imapclient version specifier in apps/meeseeks_api/pyproject.toml. The lock file at uv.lock:1931 still shows the old specifier (>=3.0,<4.0) instead of the new one (>=3.1.0,<4.0). Run `uv lock` from the repo root to regenerate the lock file so it reflects the updated dependency constraint.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2026

Looks like imapclient is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 15, 2026
@dependabot dependabot bot deleted the dependabot/pip/apps/meeseeks_api/imapclient-gte-3.1.0-and-lt-4.0 branch April 15, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants