Skip to content

Commit

Permalink
build: Upgrade libcoveocds
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 17, 2024
1 parent 2d8e347 commit 9653ce3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
12 changes: 9 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ flattentool==0.26.0
# via
# libcove
# libcoveweb
gunicorn[setproctitle]==23.0.0
gunicorn==23.0.0
# via -r requirements.in
idna==3.7
# via requests
Expand All @@ -71,9 +71,9 @@ libcove==0.32.1
# libcoveoc4ids
# libcoveocds
# libcoveweb
libcoveoc4ids[perf]==0.8.0
libcoveoc4ids==0.8.0
# via -r requirements.in
libcoveocds==0.16.0
libcoveocds==0.16.4
# via libcoveoc4ids
libcoveweb==0.31.0
# via -r requirements.in
Expand Down Expand Up @@ -132,6 +132,12 @@ sentry-sdk==2.8.0
# via -r requirements.in
setproctitle==1.3.3
# via gunicorn
setuptools==75.6.0
# via
# zc-lockfile
# zc-zlibstorage
# zodbpickle
# zope-interface
six==1.16.0
# via
# rfc3339-validator
Expand Down
19 changes: 11 additions & 8 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ flattentool==0.26.0
# -r requirements.txt
# libcove
# libcoveweb
gunicorn[setproctitle]==23.0.0
gunicorn==23.0.0
# via -r requirements.txt
h11==0.14.0
# via wsproto
Expand Down Expand Up @@ -117,9 +117,9 @@ libcove==0.32.1
# libcoveoc4ids
# libcoveocds
# libcoveweb
libcoveoc4ids[perf]==0.8.0
libcoveoc4ids==0.8.0
# via -r requirements.txt
libcoveocds==0.16.0
libcoveocds==0.16.4
# via
# -r requirements.txt
# libcoveoc4ids
Expand Down Expand Up @@ -148,9 +148,7 @@ openpyxl==3.0.7
# -r requirements.txt
# flattentool
orjson==3.9.15
# via
# -r requirements.txt
# libcoveoc4ids
# via -r requirements.txt
outcome==1.2.0
# via trio
packaging==24.1
Expand Down Expand Up @@ -230,9 +228,14 @@ selenium==4.11.2
sentry-sdk==2.8.0
# via -r requirements.txt
setproctitle==1.3.3
# via -r requirements.txt
setuptools==75.6.0
# via
# -r requirements.txt
# gunicorn
# zc-lockfile
# zc-zlibstorage
# zodbpickle
# zope-interface
six==1.16.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -262,7 +265,7 @@ url-normalize==1.4.3
# via
# -r requirements.txt
# requests-cache
urllib3[socks]==2.2.2
urllib3==2.2.2
# via
# -r requirements.txt
# requests
Expand Down

0 comments on commit 9653ce3

Please sign in to comment.