Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

chore: pin versions of transitive dependencies for compatibility with Python 3.6#1836

Merged
meltsufin merged 1 commit intomainfrom
fix-versions
Oct 19, 2022
Merged

chore: pin versions of transitive dependencies for compatibility with Python 3.6#1836
meltsufin merged 1 commit intomainfrom
fix-versions

Conversation

@mpeddada1
Copy link
Copy Markdown
Contributor

A new version of google-resumable-media was released recently which dropped support for Python 3.6,. This resulted in:

ERROR: Could not find a version that satisfies the requirement google-resumable-media==2.4.0 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.6.0, 0.7.0, 0.7.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 2.0.0b1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 2.2.0, 2.2.1, 2.3.0, 2.3.1, 2.3.2, 2.3.3)
ERROR: No matching distribution found for google-resumable-media==2.4.0
cleanup

This PR pins the versions of the transitive dependencies to make the requirements.txt more future proof.

@mpeddada1 mpeddada1 requested review from a team and meltsufin October 19, 2022 16:02
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@meltsufin meltsufin merged commit 959bc57 into main Oct 19, 2022
@meltsufin meltsufin deleted the fix-versions branch October 19, 2022 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants