Skip to content

Commit fc4d51f

Browse files
committed
bump mitmproxy
1 parent 3f4a28a commit fc4d51f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: ['3.10', '3.11', '3.12']
16+
python-version: ['3.11', '3.12']
1717

1818
steps:
1919
- uses: actions/checkout@v2

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def read(rel_path):
1717
'[mitmproxy](https://mitmproxy.org/)')
1818
setup(
1919
name='http-tools',
20-
version='5.0.0',
20+
version='6.0.0',
2121
description=description,
2222
author='Ajin Abraham',
2323
author_email='[email protected]',
@@ -26,7 +26,7 @@ def read(rel_path):
2626
'Intended Audience :: Developers',
2727
('License :: OSI Approved :: GNU Lesser '
2828
'General Public License v3 or later (LGPLv3+)'),
29-
'Programming Language :: Python :: 3.10',
29+
'Programming Language :: Python :: 3.12',
3030
],
3131
packages=find_packages(include=[
3232
'http_tools', 'http_tools.*',
@@ -42,7 +42,7 @@ def read(rel_path):
4242
long_description=read('README.md'),
4343
long_description_content_type='text/markdown',
4444
install_requires=[
45-
'mitmproxy==11.0.0',
45+
'mitmproxy==12.1.2',
4646
'markupsafe>=3.0.2',
4747
],
4848
)

0 commit comments

Comments
 (0)