diff --git a/examples/Pipfile.lock b/examples/Pipfile.lock index cc811cc69d..e59f659686 100644 --- a/examples/Pipfile.lock +++ b/examples/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8d14434df45e0ef884d6c3f6e8048ba72335637a8631cc44792f52fd20b6f97a" + "sha256": "6a44fe37aaf35b2b653e3e4ff422efc6370108bf8a09a43858dfef57f7cd41a8" }, "pipfile-spec": 6, "requires": {}, @@ -16,11 +16,12 @@ "default": { "certifi": { "hashes": [ - "sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7", - "sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716" + "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082", + "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9" ], + "index": "pypi", "markers": "python_version >= '3.6'", - "version": "==2023.5.7" + "version": "==2023.7.22" }, "charset-normalizer": { "hashes": [ diff --git a/news/5941.bugfix.rst b/news/5941.bugfix.rst new file mode 100644 index 0000000000..8cb0594685 --- /dev/null +++ b/news/5941.bugfix.rst @@ -0,0 +1 @@ +Bump certifi from 2023.5.7 to 2023.7.22 in /examples to address a security vulnerability