Skip to content

Commit 0838e43

Browse files
Bump requests from 2.24.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.24.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd2bcd0 commit 0838e43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
urwid==2.1.1
22
arrow==0.15.8
3-
requests==2.24.0
3+
requests==2.31.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='wesley@hakobaito.co.uk',
1414
url='https://github.com/hako/bbcli',
1515
packages=['bbcli'],
16-
install_requires=['urwid==2.1.1', 'requests==2.24.0', 'arrow==0.15.8'],
16+
install_requires=['urwid==2.1.1', 'requests==2.31.0', 'arrow==0.15.8'],
1717
classifiers=[
1818
'Environment :: Console',
1919
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)