-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Dependencies update #3192
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
venkateshpabbati
wants to merge
16
commits into
google:main
Choose a base branch
from
venkateshpabbati:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+42
−9
Open
Dependencies update #3192
Changes from 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
265f285
Create dependabot.yml
venkateshpabbati 2ba55a5
Create SECURITY.md
venkateshpabbati 5038009
chore(deps): update tenacity requirement
dependabot[bot] b67d9c8
chore(deps): update google-cloud-storage requirement
dependabot[bot] f2aff33
chore(deps): update langgraph requirement
dependabot[bot] 449b502
Potential fix for code scanning alert no. 2: Clear-text storage of se…
venkateshpabbati 82d89e4
Merge pull request #4 from venkateshpabbati/alert-autofix-2
venkateshpabbati ff4aa08
Merge pull request #3 from venkateshpabbati/dependabot/pip/langgraph-…
venkateshpabbati 2fb62c7
Merge pull request #2 from venkateshpabbati/dependabot/pip/google-clo…
venkateshpabbati 2f52e9c
Merge pull request #1 from venkateshpabbati/dependabot/pip/tenacity-g…
venkateshpabbati cdd1181
Merge branch 'google:main' into main
venkateshpabbati 0ed60ea
Potential fix for code scanning alert no. 2: Clear-text storage of se…
venkateshpabbati f2141c4
Potential fix for code scanning alert no. 2: Clear-text storage of se…
venkateshpabbati 29dd3c3
Merge pull request #6 from venkateshpabbati/alert-autofix-22
venkateshpabbati bce73cc
Merge pull request #5 from venkateshpabbati/alert-autofix-21
venkateshpabbati 8a0a0c2
Update SECURITY.md
venkateshpabbati File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
Use this section to tell people about which versions of your project are | ||
currently being supported with security updates. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 5.1.x | :white_check_mark: | | ||
| 5.0.x | :x: | | ||
| 4.0.x | :white_check_mark: | | ||
| < 4.0 | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
Use this section to tell people how to report a vulnerability. | ||
|
||
Tell them where to go, how often they can expect to get an update on a | ||
reported vulnerability, what to expect if the vulnerability is accepted or | ||
declined, etc. | ||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.