You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/02/09 10:38:15 UTC

[tinkerpop] branch master updated (de4e353 -> 6bdffd5)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from de4e353  Merge remote-tracking branch 'origin/3.5-dev'
     add d696d55  Update pytest requirement in /gremlin-python/src/main/python
     new 6bdffd5  Merge branch 'pr-1561'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gremlin-python/src/main/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[tinkerpop] 01/01: Merge branch 'pr-1561'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 6bdffd54ac3e11083120e49bef99eaeffc5a8590
Merge: de4e353 d696d55
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Feb 9 05:37:30 2022 -0500

    Merge branch 'pr-1561'

 gremlin-python/src/main/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc gremlin-python/src/main/python/setup.py
index 05e981e,5a826bd..2a6cbce
--- a/gremlin-python/src/main/python/setup.py
+++ b/gremlin-python/src/main/python/setup.py
@@@ -69,14 -69,14 +69,14 @@@ setup
      test_suite="tests",
      data_files=[("", ["LICENSE", "NOTICE"])],
      setup_requires=[
 -        'pytest-runner==5.2',
 -        'importlib-metadata<3.0.0'
 +        'pytest-runner==5.3.1',
 +        'importlib-metadata<5.0.0'
      ],
      tests_require=[
-         'pytest>=4.6.4,<7.0.0',
+         'pytest>=4.6.4,<8.0.0',
 -        'mock>=3.0.5,<4.0.0',
 -        'radish-bdd==0.8.6',
 -        'PyHamcrest>=1.9.0,<2.0.0'
 +        'mock>=3.0.5,<5.0.0',
 +        'radish-bdd==0.13.4',
 +        'PyHamcrest>=1.9.0,<3.0.0'
      ],
      install_requires=install_requires,
      extra_require={