Skip to content

Commit

Permalink
build(deps): bump twisted from 21.2.0 to 24.7.0 in /python-client
Browse files Browse the repository at this point in the history
Bumps [twisted](https://github.com/twisted/twisted) from 21.2.0 to 24.7.0.
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
- [Commits](twisted/twisted@twisted-21.2.0...twisted-24.7.0)

---
updated-dependencies:
- dependency-name: twisted
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 25a32ff commit 7236ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-client/requirement.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Twisted==21.2.0
Twisted==24.7.0
aenum==3.0.0
thrift==0.13.0
pyOpenSSL==20.0.1
Expand Down
2 changes: 1 addition & 1 deletion python-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setup(
name='pypegasus3',
version=pypegasus.__version__,
install_requires=['Twisted==21.2.0', 'aenum==3.0.0', 'thrift==0.13.0', 'pyOpenSSL==20.0.1','cryptography==3.2'],
install_requires=['Twisted==24.7.0', 'aenum==3.0.0', 'thrift==0.13.0', 'pyOpenSSL==20.0.1','cryptography==3.2'],
packages=find_packages(),
package_data={'': ['logger.conf']},
platforms='any',
Expand Down

0 comments on commit 7236ebb

Please sign in to comment.