Skip to content

Commit 2bc9454

Browse files
committed
Update versions of dev packages
1 parent b1bfab6 commit 2bc9454

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

requirements-dev.txt

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
-r requirements.txt
2-
pytest==8.3.2
3-
tox==4.18.0
4-
flake8==7.1.1
5-
isort==5.13.2
6-
docutils==0.18.1
7-
check-manifest==0.49
8-
readme-renderer==35.0
9-
pygments==2.18.0
10-
sphinx==7.3.7
11-
sphinx_rtd_theme==1.3.0
12-
coverage==7.6.1
13-
twine==5.1.1
14-
wheel==0.44.0
15-
advbumpversion==1.2.0
2+
pytest~=8.3.5
3+
tox~=4.24.1
4+
flake8~=7.1.2
5+
isort~=6.0.1
6+
docutils~=0.21.2
7+
check-manifest~=0.50
8+
readme-renderer~=44.0
9+
pygments~=2.19.1
10+
sphinx~=8.2.1
11+
sphinx_rtd_theme~=3.0.2
12+
coverage~=7.6.12
13+
twine~=6.1.0
14+
wheel~=0.45.1
15+
advbumpversion~=1.2.0

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def read(*names, **kwargs):
3636
re.compile('^.. start-badges.*^.. end-badges', re.M | re.S).sub('', read('README.rst')),
3737
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))
3838
),
39+
long_description_content_type='text/x-rst',
3940
author='Sebastien Andrivet',
4041
author_email='[email protected]',
4142
url='https://github.com/andrivet/python-asn1',

0 commit comments

Comments
 (0)