Skip to content

Commit

Permalink
Update requests to 2.31.0 to fix dependabot (wpilibsuite#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored and guineawheek committed Aug 2, 2023
1 parent 6e599ef commit 9b04527
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ pathspec==0.11.1 ; python_version >= "3.9" and python_version < "3.12"
pbr==5.11.1 ; python_version >= "3.9" and python_version < "3.12"
pillow==9.5.0 ; python_version >= "3.9" and python_version < "3.12"
platformdirs==3.5.0 ; python_version >= "3.9" and python_version < "3.12"
pycparser==2.21 ; platform_python_implementation != "CPython" and python_version >= "3.9" and python_version < "3.12"
pycparser==2.21 ; python_version >= "3.9" and platform_python_implementation != "CPython" and python_version < "3.12"
pygments==2.15.1 ; python_version >= "3.9" and python_version < "3.12"
pyparsing==3.0.9 ; python_version >= "3.9" and python_version < "3.12"
python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "3.12"
requests==2.29.0 ; python_version >= "3.9" and python_version < "3.12"
requests==2.31.0 ; python_version >= "3.9" and python_version < "3.12"
restructuredtext-lint==1.4.0 ; python_version >= "3.9" and python_version < "3.12"
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.9"
ruamel-yaml==0.17.21 ; python_version >= "3.9" and python_version < "3.12"
Expand Down

0 comments on commit 9b04527

Please sign in to comment.