Skip to content

Commit

Permalink
Updating dependencies to resolve vulnerabilities (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh authored Oct 19, 2023
1 parent 318d582 commit 19a63bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bin/
logs/
dist/
MANIFEST
gauge.egg-info/
getgauge.egg-info/
htmlcov/
.coverage
install.sh
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
```
2 changes: 1 addition & 1 deletion python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "python",
"version": "0.4.0",
"version": "0.4.1",
"description": "Python support for gauge",
"run": {
"windows": [
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 19a63bd

Please sign in to comment.