Skip to content

Commit d622910

Browse files
Bump requests from 2.31.0 to 2.32.2 in /Operator
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] <support@github.com>
1 parent 8eccd81 commit d622910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Operator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pyserial==3.5
2727
pytest==8.1.2
2828
pytest-asyncio==0.23.6
2929
python-dotenv==1.0.1
30-
requests==2.31.0
30+
requests==2.32.2
3131
sniffio==1.3.1
3232
spidev==3.6
3333
starlette==0.37.2

Operator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'charset-normalizer==3.3.2',
3434
'pn532pi==1.5',
3535
'pyserial==3.5',
36-
'requests==2.31.0',
36+
'requests==2.32.2',
3737
'spidev==3.6',
3838
'typing==3.7.4.3',
3939
'urllib3==2.2.1'

0 commit comments

Comments
 (0)