Skip to content

Commit

Permalink
fix twisted
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuzhu committed Jan 19, 2024
1 parent 32e1413 commit 5e031fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -752,9 +752,9 @@ tomli==2.0.1 \
# coverage
# fedora-messaging
# pytest
twisted==23.8.0 \
--hash=sha256:3c73360add17336a622c0d811c2a2ce29866b6e59b1125fd6509b17252098a24 \
--hash=sha256:b8bdba145de120ffb36c20e6e071cce984e89fba798611ed0704216fb7f884cd
twisted==23.10.0 \
--hash=sha256:4ae8bce12999a35f7fe6443e7f1893e6fe09588c8d2bed9c35cdce8ff2d5b444 \
--hash=sha256:987847a0790a2c597197613686e2784fd54167df3a55d0fb17c8412305d76ce5
# via
# -r requirements.txt
# crochet
Expand Down
3 changes: 2 additions & 1 deletion requirements-no-hashes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ six==1.16.0
# python-dateutil
tomli==2.0.1
# via fedora-messaging
twisted==23.8.0
twisted==23.10.0
# via
# -r requirements.in
# crochet
# fedora-messaging
typing-extensions==4.8.0
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ prometheus_client
fedora-messaging
cryptography>=41.0.6
jinja2>=3.1.3
twisted>=23.10.0rc1
urllib3>=2.0.7
werkzeug>=3.0.1
# rhmsg is not available in PyPI so far.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,11 @@ tomli==2.0.1 \
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
--hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
# via fedora-messaging
twisted==23.8.0 \
--hash=sha256:3c73360add17336a622c0d811c2a2ce29866b6e59b1125fd6509b17252098a24 \
--hash=sha256:b8bdba145de120ffb36c20e6e071cce984e89fba798611ed0704216fb7f884cd
twisted==23.10.0 \
--hash=sha256:4ae8bce12999a35f7fe6443e7f1893e6fe09588c8d2bed9c35cdce8ff2d5b444 \
--hash=sha256:987847a0790a2c597197613686e2784fd54167df3a55d0fb17c8412305d76ce5
# via
# -r requirements.in
# crochet
# fedora-messaging
typing-extensions==4.8.0 \
Expand Down

0 comments on commit 5e031fe

Please sign in to comment.