Skip to content

Commit f19d398

Browse files
chore(deps): bump requests from 2.31.0 to 2.32.2 in /samples/geography (#1933)
* chore(deps): bump requests from 2.31.0 to 2.32.2 in /samples/geography Bumps [requests](https://github.com/psf/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 ... Signed-off-by: dependabot[bot] <[email protected]> * pin requests==2.31.0 for python 3.7 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lingqing Gan <[email protected]>
1 parent 67ec0c1 commit f19d398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/geography/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ pyparsing==3.1.2
4343
python-dateutil==2.9.0.post0
4444
pytz==2024.1
4545
PyYAML==6.0.1
46-
requests==2.31.0
46+
requests==2.31.0; python_version == '3.7'
47+
requests==2.32.2; python_version >= '3.8'
4748
rsa==4.9
4849
Shapely==2.0.4
4950
six==1.16.0

0 commit comments

Comments
 (0)