Skip to content

Commit 693c018

Browse files
chore(deps): bump requests from 2.31.0 to 2.32.2 in the pip group across 1 directory (#40)
* chore(deps): bump requests in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> * updated version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anandgupta42 <[email protected]>
1 parent 2791088 commit 693c018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def read(*names, **kwargs):
6666
"dbt-artifacts-parser~=0.8.1",
6767
"ruamel.yaml~=0.18.6",
6868
"tabulate~=0.9.0",
69-
"requests~=2.31.0",
69+
"requests>=2.31",
7070
"sqlglot~=25.30.0",
7171
],
7272
extras_require={

0 commit comments

Comments
 (0)