Skip to content

Commit

Permalink
Update pip package requests to 2.31 with bug fix (#2426)
Browse files Browse the repository at this point in the history
Fixes https://github.com/rerun-io/rerun/security/dependabot/13

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)

<!-- This line will get updated when the PR build summary job finishes.
-->
PR Build Summary: https://build.rerun.io/pr/2426

<!-- pr-link-docs:start -->
Docs preview: https://rerun.io/preview/031ad63/docs
Examples preview: https://rerun.io/preview/031ad63/examples
<!-- pr-link-docs:end -->
  • Loading branch information
emilk committed Jun 15, 2023
1 parent 7e169b7 commit 865dcb8
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/python/colmap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
numpy
requests==2.28.1
requests>=2.31,<3
rerun-sdk
tqdm
2 changes: 1 addition & 1 deletion examples/python/deep_sdf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-e git+https://github.com/marian42/mesh_to_sdf.git#egg=mesh_to_sdf

numpy
requests==2.28.1
requests>=2.31,<3
rerun-sdk
scikit-learn==1.1.3
trimesh==3.15.2
4 changes: 2 additions & 2 deletions examples/python/dicom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dicom_numpy==0.6.2
numpy
pydicom==2.3.0
requests==2.28.1
requests>=2.31,<3
rerun-sdk
types-requests==2.28.11
types-requests>=2.31,<3
2 changes: 1 addition & 1 deletion examples/python/mp_pose/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ mediapipe-silicon>=0.8.11; platform_system == "Darwin" and platform.machine == '
mediapipe>=0.8.11; platform_system != "Darwin" and platform.machine != 'arm64'
numpy
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
requests
requests>=2.31,<3
rerun-sdk
2 changes: 1 addition & 1 deletion examples/python/nyud/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
requests
requests>=2.31,<3
rerun-sdk
tqdm
2 changes: 1 addition & 1 deletion examples/python/objectron/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
betterproto[compiler]
numpy
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
requests
requests>=2.31,<3
rerun-sdk
scipy
2 changes: 1 addition & 1 deletion examples/python/raw_mesh/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
requests==2.28.1
requests>=2.31,<3
rerun-sdk
trimesh==3.15.2
pillow
2 changes: 1 addition & 1 deletion examples/python/segment_anything/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e git+https://github.com/facebookresearch/segment-anything.git#egg=segment-anything
numpy
opencv-python
requests
requests>=2.31,<3
rerun-sdk
torch
torchvision
Expand Down
2 changes: 1 addition & 1 deletion examples/python/stable_diffusion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ftfy
numpy
packaging
pillow
requests==2.28.1
requests>=2.31,<3
rerun-sdk
scipy
torch>=1.13.0
Expand Down
2 changes: 1 addition & 1 deletion examples/python/tracking_hf_opencv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy
opencv-contrib-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
opencv-python<4.6 # Avoid opencv-4.6 since it rotates images incorrectly (https://github.com/opencv/opencv/issues/22088)
pillow
requests==2.28.1
requests>=2.31,<3
rerun-sdk
timm==0.6.11
torch>=1.13.0
Expand Down
2 changes: 1 addition & 1 deletion rerun_py/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pip-check-reqs==2.4.3 # Checks for missing deps in requirements.txt files
pyupgrade==2.37.3
ruff==0.0.251
types-Deprecated==1.2.9
types-requests==2.28.10
types-requests>=2.31,<3

0 comments on commit 865dcb8

Please sign in to comment.