Skip to content
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

Update dependency requests to v2.32.3 #215

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
30 changes: 30 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"extends":[
"config:base"
],
"prConcurrentLimit":3,
"prHourlyLimit":3,
"branchConcurrentLimit":3,
"includeForks":true,
"includePaths":[
"tools/**",
"third_party/python/requirements.*"
],
"ignorePaths":[
"third_party/",
"tools/lint/eslint/"
],
"pip_requirements":{
"fileMatch":[
"(^|/).*requirements.*\\.(in|txt)$"
]
},
"packageRules": [
{
"matchManagers": ["npm"],
"matchDepTypes":["devDependencies"],
"enabled": false
}
]
}
6 changes: 3 additions & 3 deletions tools/fuzzing/smoke/grizzly_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ pyyaml==6.0 \
--hash=sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174 \
--hash=sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5
# via prefpicker
requests==2.26.0 \
--hash=sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24 \
--hash=sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7
requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
# via
# bugsy
# fuzzmanager
Expand Down
2 changes: 1 addition & 1 deletion tools/lint/rst/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ imagesize==1.4.1
importlib-metadata==6.0.0
markupsafe==2.0.1
packaging==21.0
requests==2.27.1
requests==2.32.3
snowballstemmer==2.2.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-htmlhelp==2.0.1
Expand Down
6 changes: 3 additions & 3 deletions tools/lint/rst/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ pytz==2022.7.1 \
# via
# -r ./tools/lint/rst/requirements.in
# babel
requests==2.27.1 \
--hash=sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61 \
--hash=sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d
requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
# via
# -r ./tools/lint/rst/requirements.in
# sphinx
Expand Down