Skip to content

Dependabot PR #50 to upgrade azure-identity failed CI #87

@pamelafox

Description

@pamelafox

This PR is currently failing CI:
#50

Create a new PR that accomplishes the same goal as that PR, but passes CI.

Here's a summary of why that PR is failing:
The failure is caused by a dependency conflict involving the packages flask and werkzeug. The Dependabot PR attempted to update flask to version 2.2.0, which is not compatible with the currently used version of werkzeug, 1.0.1. The werkzeug package is required by flask, and the updated version of flask requires werkzeug to be at least version 2.0.0. This conflict prevents the environment from resolving all dependencies successfully, leading to an installation failure.

Related workflow logs

Relevant logs:
ERROR: Cannot install flask==2.2.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested flask==2.2.0
flask 2.2.0 depends on werkzeug>=2.0.0
werkzeug 1.0.1 is incompatible with flask 2.2.0

Verification tips

If you need to create a virtual environment, use the .venv folder, like:

python -m venv .venv

When you have updated packages, make sure you can install them successfully in the virtual environment.
To decide what command to use to install the packages, check the repo's README.md and GitHub Actions workflows in the .github/workflows directory.

Leave a comment on the PR indicating what command you used to verify successful installation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions