Skip to content

[Snyk] Security upgrade requests from 2.25.1 to 2.32.4 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 test_requirements/requirements_39_core.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.25.1
requests==2.32.4

Choose a reason for hiding this comment

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

medium

This update to requests==2.32.4 is intended to address security vulnerabilities. It's important to:

  1. Run thorough tests for the Python 3.9 environment to confirm this version upgrade doesn't introduce regressions or compatibility issues.
  2. Consider applying this version update (requests==2.32.4) consistently across all other requirements*.txt files in the project (e.g., for Python 3.10, 3.11, 3.12) to ensure a uniform security posture and dependency set across all test environments. This will help prevent potential vulnerabilities in other environments and avoid divergent behavior.

pytest==6.2.3
narwhals>=1.15.1