Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade bcrypt requirement from 4.1.2 to 4.0.1 in /backend #221

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Description

This PR fixes #192

Notes for Reviewers

Due to a compatibility issue between passlib and bcrypt, there's always a warining of bcrypt shown in #192

We fixed the version of bcrypt to 4.0.1 to avoid this warning until they have this compatibility issue fixed.

Signed commits

  • Yes, I signed my commits.

Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.1.2...4.1.3)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2024
@dependabot dependabot bot requested a review from Micost July 8, 2024 09:00
@Micost Micost changed the title Update bcrypt requirement from 4.1.2 to 4.1.3 in /backend Downgrade bcrypt requirement from 4.1.2 to 4.0.1 in /backend Jul 8, 2024
Copy link
Collaborator

@Micost Micost left a comment

Choose a reason for hiding this comment

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

LGTM

@Micost Micost merged commit c03b886 into main Jul 8, 2024
6 checks passed
@Micost Micost deleted the dependabot/pip/backend/bcrypt-4.1.3 branch July 8, 2024 14:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Issue]: AttributeError: module 'bcrypt' has no attribute '__about__'
1 participant