Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Updates the requirements on bcrypt to permit the latest version.
Updates bcrypt to 5.0.0

Changelog

Sourced from bcrypt's changelog.

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

import subprocess

import click

def run(*args, **kwargs): print(f"[running] {list(args)}") subprocess.check_call(list(args), **kwargs)

@​click.command() @​click.argument("version") def release(version): """ version should be a string like '0.4' or '1.0'. """ run("git", "tag", "-s", version, "-m", f"{version} release") run("git", "push", "--tags", "git@github.com:pyca/bcrypt.git")

if name == "main": release()

Commits

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 29, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/security-d135905752 branch 3 times, most recently from d8fa513 to 4d3f4a3 Compare October 3, 2025 01:06
@dependabot dependabot bot changed the base branch from main to develop October 3, 2025 01:46
@dependabot dependabot bot force-pushed the dependabot/pip/security-d135905752 branch 3 times, most recently from b2eb3ca to 618579c Compare October 12, 2025 12:42
@mlapaglia
Copy link
Owner

a breaking change, the password storage needs to be modified.

@dependabot dependabot bot force-pushed the dependabot/pip/security-d135905752 branch 2 times, most recently from 73c61c3 to 8e9e2fc Compare October 20, 2025 09:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2025

Dependabot does not support your Python version. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/pip/security-d135905752 branch from 8e9e2fc to a8115e3 Compare October 27, 2025 10:07
@dependabot dependabot bot force-pushed the dependabot/pip/security-d135905752 branch from a8115e3 to c7c8730 Compare November 10, 2025 12:13
@dependabot dependabot bot force-pushed the dependabot/pip/security-d135905752 branch from c7c8730 to ad48de7 Compare December 8, 2025 09:39
Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version.

Updates `bcrypt` to 5.0.0
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.0.0...5.0.0)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-version: 5.0.0
  dependency-type: direct:production
  dependency-group: security
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/security-d135905752 branch from ad48de7 to f526b7b Compare December 22, 2025 09:32
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.

2 participants