Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pytest-forked==1.6.0
pytest-xdist==3.8.0
python-dateutil==2.9.0.post0
PyYAML==6.0.3
requests==2.32.5
requests==2.33.0
requests-oauthlib==2.0.0
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Could we align contributor/runtime docs with this bump? requests 2.33.0 drops Python 3.9 support, so environments still on 3.9 may fail at install time even if current docs imply that range is supported.

scp==0.13.6
semver==3.0.4
Expand Down
Loading