Skip to content

Commit 89094d3

Browse files
Bump requests from 2.22.0 to 2.31.0 in /treeherder/client (#7701)
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.22.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8bf5aa commit 89094d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: treeherder/client/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ def find_version(*file_paths):
4545
license='MPL',
4646
packages=['thclient'],
4747
python_requires='>=3',
48-
install_requires=['requests==2.22.0'],
48+
install_requires=['requests==2.31.0'],
4949
)

0 commit comments

Comments
 (0)