This is an automated email from the ASF dual-hosted git repository. jlewandowski pushed a commit to branch ds-trunk-5.0--2024-07-24 in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
commit 8bc66787f6d3c42ec012f36e7eb4ee7d13f777a3 Author: Jacek Lewandowski <[email protected]> AuthorDate: Wed Jul 24 14:35:30 2024 +0200 update deps --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9661664a..37af1c3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ click==8.0.4 decorator==5.1.1 docopt==0.6.2 enum34==1.1.10 -exceptiongroup==0.0.0a0 +exceptiongroup>=0.0.0a0 flaky==3.8.1 geomet==0.2.1.post1 iniconfig==1.1.1 @@ -23,9 +23,9 @@ mock==5.1.0 netifaces==0.11.0 packaging==21.3 parse==1.20.1 -pluggy==1.0.0 +pluggy>=1.0.0 psutil==5.9.8 -py==1.11.0 +py>=1.11.0 pycodestyle==2.10.0 pyparsing==3.1.2 pytest>=8.2.2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
