Skip to content

Commit 10c6d5e

Browse files
build(deps): Bump setuptools from 77.0.3 to 78.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 77.0.3 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v77.0.3...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7034325 commit 10c6d5e

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

requirements.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ flattentool==0.26.0
4747
# -r requirements.in
4848
# libcove
4949
# libcoveweb
50-
gunicorn==23.0.0
50+
gunicorn[setproctitle]==23.0.0
5151
# via -r requirements.in
5252
idna==3.7
5353
# via requests
@@ -72,9 +72,9 @@ libcove==0.32.1
7272
# -r requirements.in
7373
# libcoveocds
7474
# libcoveweb
75-
libcoveocds==0.16.5
75+
libcoveocds[perf,web]==0.16.5
7676
# via -r requirements.in
77-
libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@b2f7a6e1fa8d8cbaec574a38792dc3c6bb881eb4#egg=libcoveweb
77+
libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@patch-2
7878
# via -r requirements.in
7979
lxml==4.9.1
8080
# via flattentool
@@ -137,12 +137,6 @@ sentry-sdk==2.8.0
137137
# via -r requirements.in
138138
setproctitle==1.3.3
139139
# via gunicorn
140-
setuptools==77.0.3
141-
# via
142-
# zc-lockfile
143-
# zc-zlibstorage
144-
# zodbpickle
145-
# zope-interface
146140
six==1.16.0
147141
# via
148142
# bleach

requirements_dev.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ backports-datetime-fromisoformat==1.0.0
1717
# -r requirements.txt
1818
# flattentool
1919
bleach==6.0.0
20-
# via -r requirements.txt
20+
# via
21+
# -r requirements.txt
22+
# libcoveocds
2123
btrees==4.8.0
2224
# via
2325
# -r requirements.txt
@@ -59,6 +61,7 @@ django==4.2.20
5961
# via
6062
# -r requirements.txt
6163
# django-bootstrap3
64+
# libcoveocds
6265
# libcoveweb
6366
django-bootstrap3==24.2
6467
# via
@@ -76,7 +79,7 @@ flattentool==0.26.0
7679
# libcoveweb
7780
greenlet==3.2.3
7881
# via playwright
79-
gunicorn==23.0.0
82+
gunicorn[setproctitle]==23.0.0
8083
# via -r requirements.txt
8184
hypothesis==6.72.4
8285
# via -r requirements_dev.in
@@ -115,9 +118,9 @@ libcove==0.32.1
115118
# -r requirements.txt
116119
# libcoveocds
117120
# libcoveweb
118-
libcoveocds==0.16.5
121+
libcoveocds[perf,web]==0.16.5
119122
# via -r requirements.txt
120-
libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@b2f7a6e1fa8d8cbaec574a38792dc3c6bb881eb4#egg=libcoveweb
123+
libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@patch-2
121124
# via -r requirements.txt
122125
libsass==0.20.1
123126
# via -r requirements_dev.in
@@ -126,7 +129,9 @@ lxml==4.9.1
126129
# -r requirements.txt
127130
# flattentool
128131
markdown-it-py==2.2.0
129-
# via -r requirements.txt
132+
# via
133+
# -r requirements.txt
134+
# libcoveocds
130135
markupsafe==2.1.2
131136
# via
132137
# -r requirements.txt
@@ -148,7 +153,9 @@ openpyxl==3.0.7
148153
# -r requirements.txt
149154
# flattentool
150155
orjson==3.9.15
151-
# via -r requirements.txt
156+
# via
157+
# -r requirements.txt
158+
# libcoveocds
152159
packaging==24.1
153160
# via
154161
# -r requirements.txt
@@ -227,14 +234,9 @@ schema==0.7.4
227234
sentry-sdk==2.8.0
228235
# via -r requirements.txt
229236
setproctitle==1.3.3
230-
# via -r requirements.txt
231-
setuptools==77.0.3
232237
# via
233238
# -r requirements.txt
234-
# zc-lockfile
235-
# zc-zlibstorage
236-
# zodbpickle
237-
# zope-interface
239+
# gunicorn
238240
six==1.16.0
239241
# via
240242
# -r requirements.txt

0 commit comments

Comments
 (0)