We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 488f0cf + 8a8ea54 commit c5c84e4Copy full SHA for c5c84e4
CHANGES.txt
@@ -1,3 +1,6 @@
1
+9.1.2 (April 6, 2022)
2
+- Updated pyyaml dependency for vulnerability CVE-2020-14343.
3
+
4
9.1.1 (March 9, 2022)
5
- Updated default auth service url to https://auth.split.io/api/v2/auth.
6
- Deprecated old telemetry.
setup.py
@@ -6,7 +6,7 @@
7
TESTS_REQUIRES = [
8
'flake8',
9
- 'pytest>=6.2.3',
+ 'pytest==7.0.1',
10
'pytest-mock>=3.5.1',
11
'coverage',
12
'pytest-cov',
@@ -16,7 +16,7 @@
16
17
INSTALL_REQUIRES = [
18
'requests>=2.9.1',
19
- 'pyyaml>=5.1',
+ 'pyyaml>=5.4',
20
'docopt>=0.6.2',
21
'enum34;python_version<"3.4"',
22
]
splitio/version.py
@@ -1 +1 @@
-__version__ = '9.1.1'
+__version__ = '9.1.2'
0 commit comments