Skip to content

Commit e398e25

Browse files
committed
setup: update dependencies
1 parent 1a420c5 commit e398e25

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.17.2
2+
- setup: update dependencies
13
1.17.1
24
- enh: run DCOR theme patches during inspect
35
- enh: allow users to delete collections/groups

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ dependencies = [
3131
"ckan>=2.11.3, <3",
3232
"click>=7",
3333
"cryptography>=41", # client beaker session cookies
34-
"ckanext-dc_log_view>=0.6.0",
35-
"ckanext-dc_serve>=0.17.2",
36-
"ckanext-dc_view>=0.12.0",
37-
"ckanext-dcor_depot>=0.17.0",
38-
"ckanext-dcor_schemas>=0.22.0",
39-
"ckanext-dcor_theme>=1.1.0",
40-
"dcor_shared>=1.0.2",
34+
"ckanext-dc_log_view>=1.0.0",
35+
"ckanext-dc_serve>=1.0.7",
36+
"ckanext-dc_view>=1.0.1",
37+
"ckanext-dcor_depot>=1.0.3",
38+
"ckanext-dcor_schemas>=1.0.0",
39+
"ckanext-dcor_theme>=1.1.2",
40+
"dcor_shared>=1.0.4",
4141
"importlib_resources",
4242
"numpy>=1.21", # CVE-2021-33430
4343
"uwsgi>=2.0.26",

0 commit comments

Comments
 (0)