Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.2 in /lambdas/molecule (#4029)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 2553552 commit 1594d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lambdas/molecule/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jsonschema==4.6.0
# via t4-lambda-shared (../shared/setup.py)
pyrsistent==0.18.1
# via jsonschema
requests==2.31.0
requests==2.32.2
# via t4_lambda_molecule (setup.py)
simplejson==3.17.2
# via awslambdaric
Expand Down
2 changes: 1 addition & 1 deletion lambdas/molecule/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=[
"requests==2.31.0",
"requests==2.32.2",
],
)

0 comments on commit 1594d84

Please sign in to comment.