diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-11-18 18:06:41 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-11-27 01:16:36 +0000 |
commit | d152063f77b97f3d90ee5508ebdd613f950bd85e (patch) | |
tree | d08bef4ab6f28f118c19aac9381de6cfbdf3f9a8 /net-im/py-matrix-synapse/files | |
parent | devel/py-jsbeautifier: Upgrade to 1.14.11 (diff) |
net-im/py-matrix-synapse: Update to 1.96.1
PR: 275189
Approved by: Sascha Biberhoffer <ports at skyforge dot at> (maintainer)
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml index d81cd2a52e42..5c134bfd9161 100644 --- a/net-im/py-matrix-synapse/files/patch-pyproject.toml +++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml @@ -22,7 +22,7 @@ # system changes. # We are happy to raise these upper bounds upon request, # provided we check that it's safe to do so (i.e. that CI passes). --requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3,<=1.7.0"] +-requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3,<=1.8.0"] +requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3,<=1.8.1"] build-backend = "poetry.core.masonry.api" |