Skip to content

Commit

Permalink
Merge pull request #1678 from missionpinball/dependabot/pip/requests-…
Browse files Browse the repository at this point in the history
…2.28.2

Bump requests from 2.22.0 to 2.28.2
  • Loading branch information
toomanybrians authored Jan 16, 2023
2 parents a54e05a + d091294 commit 32903a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dynamic = ["version"]

[project.optional-dependencies]
cli = ['prompt_toolkit==3.0.8', 'asciimatics==1.12.0', 'terminaltables==3.1.0',]
crash_reporter = ['requests==2.22.0']
crash_reporter = ['requests==2.28.2']
irc = ['irc==19.0.1']
linux_i2c = ['smbus2_asyncio==0.0.5']
osc = ['python-osc==1.7.4']
Expand All @@ -42,7 +42,7 @@ rpi = ['apigpio-mpf==0.0.3']
vpe = ['grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==3.14.0',]
all = [ # currently no way to just use the names from above afaik?
'prompt_toolkit==3.0.8', 'asciimatics==1.12.0', 'terminaltables==3.1.0',
'requests==2.22.0', 'irc==19.0.1', 'smbus2_asyncio==0.0.5',
'requests==2.28.2', 'irc==19.0.1', 'smbus2_asyncio==0.0.5',
'python-osc==1.7.4', 'pyusb==1.1.0', 'apigpio-mpf==0.0.3',
'grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==3.14.0',
]
Expand Down

0 comments on commit 32903a7

Please sign in to comment.