Skip to content

Commit 22fae93

Browse files
authored
Update requests to 2.31.0 to fix dependabot (#2285)
1 parent 0e8834d commit 22fae93

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

poetry.lock

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ pathspec==0.11.1 ; python_version >= "3.9" and python_version < "3.12"
5151
pbr==5.11.1 ; python_version >= "3.9" and python_version < "3.12"
5252
pillow==9.5.0 ; python_version >= "3.9" and python_version < "3.12"
5353
platformdirs==3.5.0 ; python_version >= "3.9" and python_version < "3.12"
54-
pycparser==2.21 ; platform_python_implementation != "CPython" and python_version >= "3.9" and python_version < "3.12"
54+
pycparser==2.21 ; python_version >= "3.9" and platform_python_implementation != "CPython" and python_version < "3.12"
5555
pygments==2.15.1 ; python_version >= "3.9" and python_version < "3.12"
5656
pyparsing==3.0.9 ; python_version >= "3.9" and python_version < "3.12"
5757
python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "3.12"
58-
requests==2.29.0 ; python_version >= "3.9" and python_version < "3.12"
58+
requests==2.31.0 ; python_version >= "3.9" and python_version < "3.12"
5959
restructuredtext-lint==1.4.0 ; python_version >= "3.9" and python_version < "3.12"
6060
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.9"
6161
ruamel-yaml==0.17.21 ; python_version >= "3.9" and python_version < "3.12"

0 commit comments

Comments
 (0)