Skip to content

Commit

Permalink
run make regen-requirements (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Mar 5, 2024
1 parent c6ccf6e commit 31ba329
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ stop-master: run-target

run-target: $(VENV_CHECK)
$(BUILDBOT) $(TARGET) master; tail -n$(LOGLINES) master/twistd.log

git-update-requirements:
git switch -c reqs
make regen-requirements
git ci -a -m "run make regen-requirements"
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ contains secrets like the IRC nickname password.

Run locally:

git switch -c reqs
make regen-requirements
git ci -a -m "run make regen-requirements"
make git-update-requirements

Create a PR. Merge the PR. The new venv will be recreated automatically on the
server.
Expand Down
38 changes: 17 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,57 +3,53 @@ attrs==23.2.0
autobahn==23.6.2
Automat==22.10.0
blinker==1.7.0
buildbot==3.11.0
buildbot-console-view==3.11.0
buildbot-grid-view==3.11.0
buildbot-waterfall-view==3.11.0
buildbot-worker==3.11.0
buildbot-wsgi-dashboards==3.11.0
buildbot-www==3.11.0
buildbot==3.11.1
buildbot-console-view==3.11.1
buildbot-grid-view==3.11.1
buildbot-waterfall-view==3.11.1
buildbot-worker==3.11.1
buildbot-wsgi-dashboards==3.11.1
buildbot-www==3.11.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
constantly==23.10.4
croniter==2.0.1
cryptography==42.0.2
croniter==2.0.2
cryptography==42.0.5
Flask==3.0.2
future==0.18.3
greenlet==3.0.3
hyperlink==21.0.0
idna==3.6
importlib-metadata==7.0.1
importlib-resources==6.1.1
importlib_resources==6.1.2
incremental==22.10.0
itsdangerous==2.1.2
Jinja2==3.1.3
klein==23.12.0
Mako==1.3.2
MarkupSafe==2.1.5
msgpack==1.0.7
msgpack==1.0.8
packaging==23.2
psutil==5.9.8
psycopg2==2.9.9
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
PyJWT==2.8.0
pyOpenSSL==24.0.0
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
requests==2.31.0
sentry-sdk==1.40.1
sentry-sdk==1.40.6
service-identity==24.1.0
six==1.16.0
SQLAlchemy==1.4.51
SQLAlchemy==1.4.52
treq==23.11.0
Tubes==0.2.1
Twisted==23.10.0
txaio==23.1.1
typing_extensions==4.9.0
typing_extensions==4.10.0
unidiff==0.7.5
urllib3==2.2.0
urllib3==2.2.1
Werkzeug==3.0.1
zipp==3.17.0
zope.interface==6.1
zope.interface==6.2

0 comments on commit 31ba329

Please sign in to comment.