Skip to content

Commit 5c2cc2d

Browse files
authored
chore: upgrade requests to latest version (#510)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent c16d024 commit 5c2cc2d

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies = [
8787
"PyJWT==2.12.1",
8888
"natsort==8.4.0",
8989
"six==1.17.0",
90-
"requests==2.32.5",
90+
"requests==2.33.0",
9191
"idna==3.11",
9292
"charset-normalizer==3.4.4",
9393
"PyYAML==6.0.3",
-63.2 KB
Binary file not shown.

thirdparty/dist/requests-2.32.5-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 15 deletions
This file was deleted.
63.5 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
about_resource: requests-2.33.0-py3-none-any.whl
2+
name: requests
3+
version: 2.33.0
4+
download_url: https://files.pythonhosted.org/packages/56/5d/c814546c2333ceea4ba42262d8c4d55763003e767fa169adc693bd524478/requests-2.33.0-py3-none-any.whl
5+
package_url: pkg:pypi/requests@2.33.0
6+
license_expression: apache-2.0
7+
copyright: Copyright requests project contributors
8+
attribute: yes
9+
track_changes: yes
10+
checksum_md5: 22daaf63bcca957bce99d803119a355d
11+
checksum_sha1: 3f6a1964b6d6535771e13f9f7789a2cb7f8f73dd
12+
licenses:
13+
- key: apache-2.0
14+
name: Apache License 2.0
15+
file: apache-2.0.LICENSE

0 commit comments

Comments
 (0)