Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
9.1.2 (April 6, 2022)
- Updated pyyaml dependency for vulnerability CVE-2020-14343.

9.1.1 (March 9, 2022)
- Updated default auth service url to https://auth.split.io/api/v2/auth.
- Deprecated old telemetry.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

TESTS_REQUIRES = [
'flake8',
'pytest>=6.2.3',
'pytest==7.0.1',
'pytest-mock>=3.5.1',
'coverage',
'pytest-cov',
Expand All @@ -16,7 +16,7 @@

INSTALL_REQUIRES = [
'requests>=2.9.1',
'pyyaml>=5.1',
'pyyaml>=5.4',
'docopt>=0.6.2',
'enum34;python_version<"3.4"',
]
Expand Down
2 changes: 1 addition & 1 deletion splitio/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '9.1.1'
__version__ = '9.1.2'