Skip to content

Commit

Permalink
run make regen-requirements (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Oct 1, 2024
1 parent 32c4180 commit 34c2af5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Run locally:

make git-update-requirements

Create a PR. Merge the PR. The new venv will be recreated automatically on the
server.
Review updated packages, pay attention to buildbot updates. Create a PR. Merge
the PR. The new venv will be recreated automatically on the server.

Upgrading buildbot sometimes requires to run the command:

Expand Down
52 changes: 26 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
alembic==1.13.2
alembic==1.13.3
attrs==24.2.0
autobahn==24.4.2
Automat==22.10.0
Automat==24.8.1
blinker==1.8.2
buildbot==4.0.2
buildbot-console-view==4.0.2
buildbot-grid-view==4.0.2
buildbot-waterfall-view==4.0.2
buildbot-worker==4.0.2
buildbot-wsgi-dashboards==4.0.2
buildbot-www==4.0.2
certifi==2024.7.4
cffi==1.17.0
buildbot==4.0.3
buildbot-console-view==4.0.3
buildbot-grid-view==4.0.3
buildbot-waterfall-view==4.0.3
buildbot-worker==4.0.3
buildbot-wsgi-dashboards==4.0.3
buildbot-www==4.0.3
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
click==8.1.7
constantly==23.10.4
croniter==3.0.3
cryptography==43.0.0
cryptography==43.0.1
Flask==3.0.3
future==1.0.0
greenlet==3.0.3
greenlet==3.1.1
hyperlink==21.0.0
idna==3.7
importlib_metadata==8.2.0
idna==3.10
importlib_metadata==8.5.0
incremental==24.7.2
itsdangerous==2.2.0
Jinja2==3.1.4
Mako==1.3.5
MarkupSafe==2.1.5
msgpack==1.0.8
msgpack==1.1.0
packaging==24.1
psycopg2==2.9.9
pyasn1==0.6.0
pyasn1_modules==0.4.0
pyasn1==0.6.1
pyasn1_modules==0.4.1
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
python-dateutil==2.9.0.post0
pytz==2024.1
pytz==2024.2
PyYAML==6.0.2
requests==2.32.3
sentry-sdk==2.12.0
sentry-sdk==2.14.0
service-identity==24.1.0
six==1.16.0
SQLAlchemy==1.4.53
SQLAlchemy==1.4.54
tomli==2.0.1
treq==23.11.0
treq==24.9.1
Twisted==24.7.0
txaio==23.1.1
typing_extensions==4.12.2
unidiff==0.7.5
urllib3==2.2.2
Werkzeug==3.0.3
zipp==3.20.0
zope.interface==7.0.1
urllib3==2.2.3
Werkzeug==3.0.4
zipp==3.20.2
zope.interface==7.0.3

0 comments on commit 34c2af5

Please sign in to comment.