diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77aceec..2393f3a 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.1", -+ "version": "0.4.2", +- "version": "0.4.0", ++ "version": "0.4.1", ``` diff --git a/python.json b/python.json index d5b2f75..b0d40c9 100644 --- a/python.json +++ b/python.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "0.4.1", + "version": "0.4.2", "description": "Python support for gauge", "run": { "windows": [ diff --git a/requirements.txt b/requirements.txt index 3d058f8..47e516a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,13 +3,13 @@ baron==0.10.1 bleach==6.1.0 certifi==2024.2.2 charset-normalizer==3.3.2 -debugpy==1.8.0 +debugpy==1.8.1 docutils==0.20.1 grpcio==1.60.1 grpcio-tools==1.60.1 idna==3.6 importlib-metadata==7.0.1 -jaraco.classes==3.3.0 +jaraco.classes==3.3.1 keyring==24.3.0 markdown-it-py==3.0.0 mdurl==0.1.2 @@ -26,7 +26,7 @@ rfc3986==2.0.0 rich==13.7.0 rply==0.7.8 six==1.16.0 -twine==4.0.2 +twine==5.0.0 urllib3==2.2.0 webencodings==0.5.1 zipp==3.17.0