diff --git a/.gitignore b/.gitignore index c6727e0..bfa2aa8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ bin/ logs/ dist/ MANIFEST -gauge.egg-info/ +getgauge.egg-info/ htmlcov/ .coverage install.sh diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2393f3a..77aceec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,6 @@ If you need help in getting started with contribution, feel free to reach out on Ex: ```diff "id": "python", -- "version": "0.4.0", -+ "version": "0.4.1", +- "version": "0.4.1", ++ "version": "0.4.2", ``` diff --git a/python.json b/python.json index c4dddde..d5b2f75 100644 --- a/python.json +++ b/python.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "0.4.0", + "version": "0.4.1", "description": "Python support for gauge", "run": { "windows": [ diff --git a/requirements.txt b/requirements.txt index 52dc005..0c95b60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,10 @@ baron==0.10.1 bleach==6.0.0 certifi==2023.7.22 charset-normalizer==3.2.0 -debugpy==1.6.7.post1 +debugpy==1.8.0 docutils==0.20.1 -grpcio==1.56.2 -grpcio-tools==1.56.2 +grpcio==1.59.0 +grpcio-tools==1.59.0 idna==3.4 importlib-metadata==6.8.0 jaraco.classes==3.3.0 @@ -16,7 +16,7 @@ mdurl==0.1.2 more-itertools==10.1.0 pkginfo==1.9.6 protobuf==4.24.2 -pyfakefs==5.2.3 +pyfakefs==5.3.0 Pygments==2.16.1 readme-renderer==42.0 redbaron==0.9.2