Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Bump certifi from 2021.5.30 to 2022.12.7 in /ckan #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions ckan/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ blinker==1.5 ; python_version >= "2.7" and python_full_version < "3.0.0" or pyth
# via
# -r ../ckan/requirements-dev.txt
# flask-debugtoolbar
certifi==2021.5.30 \
--hash=sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee \
--hash=sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8
certifi==2022.12.7 \
--hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
--hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
# via
# -r ../ckan/requirements-dev.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion ckan/requirements-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ beautifulsoup4==4.9.1
binaryornot==0.4.4
bleach==3.1.4
blinker==1.4
certifi==2021.5.30
certifi==2022.12.7
chardet==4.0.0
-e git+https://github.com/ckan/ckan.git@6731c5a821a6a5f4bdaa20f4e793e0b6ba44f823#egg=ckan
-e git+https://github.com/okfn/ckanext-envvars.git@8602376a92a77b4f2d41763b6823d041469fa08e#egg=ckanext_envvars
Expand Down
6 changes: 3 additions & 3 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ bleach==3.1.4 ; (python_version >= "2.7" and python_full_version < "3.0.0") or p
--hash=sha256:cc8da25076a1fe56c3ac63671e2194458e0c4d9c7becfd52ca251650d517903c \
--hash=sha256:e78e426105ac07026ba098f04de8abe9b6e3e98b5befbf89b51a5ef0a4292b03
# via -r ../ckan/requirements.txt
certifi==2021.5.30 \
--hash=sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee \
--hash=sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8
certifi==2022.12.7 \
--hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
--hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
# via
# -r ../ckan/requirements.txt
# requests
Expand Down