-
Notifications
You must be signed in to change notification settings - Fork 221
chore(deps): update dependency requests to v2.32.2 [security] #1457
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
base: v1
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| django==4.2.10 | ||
| requests==2.31.0 | ||
| requests==2.32.2 | ||
| debugpy # Required for debugging. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| Flask==2.3.3 | ||
| requests==2.31.0 | ||
| requests==2.32.2 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While updating |
||
| debugpy # Required for debugging. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Django==4.2.10 | ||
| requests==2.31.0 | ||
| requests==2.32.2 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| psycopg2-binary==2.9.9 | ||
| debugpy # Required for debugging | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Flask==2.3.3 | ||
| requests==2.31.0 | ||
| requests==2.32.2 | ||
| python-dateutil==2.8.2 | ||
| debugpy # Required for debugging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
requestsdependency is imported inhelloapp/views.pybut not utilized in any of the view functions. If it's not required for the sample, consider removing both the unused import and this dependency to keep the project clean and reduce the security surface area.