Skip to content

Commit

Permalink
modified to prevent this requirements conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-infosec committed Dec 20, 2021
1 parent de72d46 commit c7a8da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Pygments==2.7.2
python-jose==3.0.1
python-jwt==3.2.4
python-keycloak==0.17.6
requests==2.22.0
requests==2.26.0
rsa==4.0
six==1.15.0
traitlets==4.3.3
urllib3==1.26.2
urllib3==1.26.7
wcwidth==0.1.7
Werkzeug==0.16.0
WTForms==2.2.1

1 comment on commit c7a8da7

@travis-infosec
Copy link
Author

Choose a reason for hiding this comment

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

#8 8.850 ERROR: Cannot install -r requirements.txt (line 37) and urllib3==1.26.2 because these package versions have conflicting dependencies.
#8 8.851
#8 8.851 The conflict is caused by:
#8 8.851 The user requested urllib3==1.26.2
#8 8.851 requests 2.22.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 and >=1.21.1

Please sign in to comment.