Compare commits

...

3 Commits

Author SHA1 Message Date
Nicolas Hennion
df9cbed341
Merge afc66f2dcd into fd99c8008d 2024-07-03 19:09:39 +02:00
Bharath Vignesh J K
fd99c8008d chore: version patch update for a quick test pypi upload 2024-07-03 17:27:36 +05:30
snyk-bot
afc66f2dcd
fix: doc-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
2024-06-19 03:00:35 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -5,3 +5,4 @@ reuse
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
sphinx
sphinx_rtd_theme
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -19,7 +19,7 @@ import tracemalloc
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '4.2.0_beta01'
__version__ = '4.2.0_beta02'
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'