Skip to content

Commit

Permalink
SG-31853 Security upgrade certifi to latest version 2023.07.22 (#296)
Browse files Browse the repository at this point in the history
* 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 <carlos.villavicencio@autodesk.com>
  • Loading branch information
minna-feng and carlos-villavicencio-adsk authored Aug 28, 2023
1 parent b3f6c5a commit b8a907f
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 141 deletions.
2 changes: 1 addition & 1 deletion shotgun_api3/lib/certifi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .core import contents, where

__all__ = ["contents", "where"]
__version__ = "2022.12.07"
__version__ = "2023.07.22"
Loading

0 comments on commit b8a907f

Please sign in to comment.