Skip to content

Commit b8a907f

Browse files
SG-31853 Security upgrade certifi to latest version 2023.07.22 (#296)
* update certifi 2023.07.22 * update requirements.txt * SG-31340 Deprecation of Python 2 (#295) * remove references to py2 and skip tests * small fix * revert change * revert change * revert change * revert change * remove badge * use assertRaisesRegex * Empty commit --------- Co-authored-by: Carlos Villavicencio <[email protected]>
1 parent b3f6c5a commit b8a907f

File tree

3 files changed

+249
-141
lines changed

3 files changed

+249
-141
lines changed

shotgun_api3/lib/certifi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .core import contents, where
22

33
__all__ = ["contents", "where"]
4-
__version__ = "2022.12.07"
4+
__version__ = "2023.07.22"

0 commit comments

Comments
 (0)