Skip to content

Commit

Permalink
bump vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-stepsecurity committed Oct 1, 2024
1 parent 4519d7c commit 1ae9d91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/step-security/publish-unit-test-result-action:v2.17.0'
image: 'docker://ghcr.io/step-security/publish-unit-test-result-action:v2.17.1'

branding:
icon: 'check-circle'
Expand Down
2 changes: 1 addition & 1 deletion python/publish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
UnitTestRunDeltaResults, UnitTestRunResultsOrDeltaResults, ParseError

# keep the version in sync with action.yml
__version__ = 'v2.17.0'
__version__ = 'v2.17.1'

logger = logging.getLogger('publish')
digest_prefix = '[test-results]:data:'
Expand Down
6 changes: 3 additions & 3 deletions python/requirements-3.7.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
humanize==4.6.0
importlib-metadata==6.7.0
typing_extensions==4.7.1
zipp==3.15.0
zipp==3.19.1
junitparser==3.1.2
lxml==5.1.0
psutil==5.9.8
Expand All @@ -13,10 +13,10 @@ PyGithub==2.2.0
PyNaCl==1.5.0
cffi==1.15.1
pycparser==2.21
requests==2.31.0
requests==2.32.0
certifi==2024.7.4
charset-normalizer==3.3.2
idna==3.7
urllib3==2.0.7
urllib3==2.2.2
typing_extensions==4.7.1
urllib3==2.0.7

0 comments on commit 1ae9d91

Please sign in to comment.