mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #595] [CLOSED] Fix requests package version conflict #994
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#994
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/595
Author: @renesas-brandon-hussey
Created: 1/5/2022
Status: ❌ Closed
Base:
master← Head:requests-version📝 Commits (1)
4e8dcbeFix requests package version conflict📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
requirements.txt(+1 -1)📄 Description
This is related to https://github.com/healthchecks/healthchecks/issues/594
Updating the package to v2.27.0 in requirements.txt failed about an hour after creating the original issue because v2.27.1 was released. For that reason I just changed it to >= v2.26.0. The docker image builds for me with this change.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.