Add a lock file for requirements-docs.txt#4171
Merged
jonathan343 merged 3 commits intoboto:developfrom Jul 8, 2024
Merged
Conversation
nateprewitt
approved these changes
Jun 19, 2024
nateprewitt
suggested changes
Jun 19, 2024
23bf497 to
159b17b
Compare
nateprewitt
approved these changes
Jun 19, 2024
159b17b to
2dfffad
Compare
nateprewitt
approved these changes
Jul 3, 2024
aws-sdk-python-automation
added a commit
that referenced
this pull request
Jul 8, 2024
* release-1.34.141: Bumping version to 1.34.141 Add changelog entries from botocore Add a lock file for requirements-docs.txt (#4171)
hswong3i
pushed a commit
to alvistack/boto-boto3
that referenced
this pull request
Jul 10, 2024
* Add a lock file for requirements-docs.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR uses the
pip-compilecommand frompip-toolsto generate a lock file forrequirments-docs.txt. This was generated inPython 3.8virtual environment.NOTE:
The following urllib3 requirements were added to
requirements-docs.txtto force the same version constraints as botocore when generating therequirements-docs-lock.txt:This specifically becomes an issue when using Python 3.8 since
Sphinxhas a transitive dependency on the latest version of urllib3 and botocore will requireurllib3>=1.25.4,<1.27.