Skip to content

Commit a5e10ee

Browse files
authored
Update dependencies, add cooldown to regen target (#711)
1 parent 3a51fc8 commit a5e10ee

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $(VENV_CHECK): $(REQUIREMENTS)
3030
regen-requirements:
3131
$(SYSTEM_PYTHON) -m venv --clear venv
3232
$(PIP) install -U pip
33-
$(PIP) install -U -r requirements.in
33+
$(PIP) install -U --uploaded-prior-to=P5D -r requirements.in
3434
$(PIP) freeze > $(REQUIREMENTS)
3535

3636
# Test targets

requirements-3.13.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,48 +10,48 @@ buildbot-waterfall-view==4.3.0
1010
buildbot-worker==4.3.0
1111
buildbot-wsgi-dashboards==4.3.0
1212
buildbot-www==4.3.0
13-
cbor2==5.9.0
14-
certifi==2026.2.25
13+
cbor2==6.0.1
14+
certifi==2026.4.22
1515
cffi==2.0.0
16-
charset-normalizer==3.4.6
17-
click==8.3.1
16+
charset-normalizer==3.4.7
17+
click==8.3.3
1818
constantly==23.10.4
1919
croniter==6.2.2
20-
cryptography==46.0.7
20+
cryptography==47.0.0
2121
Flask==3.1.3
22-
greenlet==3.3.2
22+
greenlet==3.5.0
2323
humanize==4.15.0
2424
hyperlink==21.0.0
25-
idna==3.11
25+
idna==3.13
2626
Incremental==24.11.0
2727
itsdangerous==2.2.0
2828
Jinja2==3.1.6
29-
Mako==1.3.10
29+
Mako==1.3.12
3030
MarkupSafe==3.0.3
3131
msgpack==1.1.2
3232
multipart==1.3.1
33-
packaging==26.0
34-
psycopg2==2.9.11
33+
packaging==26.2
34+
psycopg2==2.9.12
3535
py-ubjson==0.16.1
3636
pyasn1==0.6.3
3737
pyasn1_modules==0.4.2
3838
pycparser==3.0
3939
PyJWT==2.12.1
40-
pyOpenSSL==26.0.0
40+
pyOpenSSL==26.1.0
4141
python-dateutil==2.9.0.post0
4242
PyYAML==6.0.3
43-
requests==2.33.0
44-
sentry-sdk==2.56.0
43+
requests==2.33.1
44+
sentry-sdk==2.58.0
4545
service-identity==24.2.0
4646
setuptools==82.0.1
4747
six==1.17.0
48-
SQLAlchemy==2.0.48
48+
SQLAlchemy==2.0.49
4949
treq==25.5.0
5050
Twisted==25.5.0
5151
txaio==25.12.2
5252
typing_extensions==4.15.0
5353
ujson==5.12.0
5454
unidiff==0.7.5
5555
urllib3==2.6.3
56-
Werkzeug==3.1.7
57-
zope.interface==8.2
56+
Werkzeug==3.1.8
57+
zope.interface==8.4

0 commit comments

Comments
 (0)