Skip to content

Commit

Permalink
fix: bumping poetry parser (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotkas authored Oct 17, 2023
1 parent 556b029 commit 517a2d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@snyk/cli-interface": "^2.11.2",
"@snyk/dep-graph": "^1.28.1",
"shescape": "1.6.1",
"snyk-poetry-lockfile-parser": "^1.2.0",
"snyk-poetry-lockfile-parser": "^1.4.2",
"tmp": "0.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/system/inspect.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('inspect', () => {
{
pkg: {
name: 's3transfer',
version: '0.6.2',
version: '0.7.0',
},
directDeps: ['awss'],
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Metadata-Version: 1.1
Metadata-Version: 2.1
Name: prometheus-client
Version: 0.6.0
Summary: Python client for the Prometheus monitoring system.
Home-page: https:/prometheus/client_python
Author: Brian Brazil
Author-email: [email protected]
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Description: See https:/prometheus/client_python/blob/master/README.md for documentation.
Keywords: prometheus monitoring instrumentation client
Platform: UNKNOWN
Expand All @@ -26,3 +25,4 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Monitoring
Classifier: License :: OSI Approved :: Apache Software License
Provides-Extra: twisted
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
README.md
setup.cfg
setup.py
prometheus_client/__init__.py
prometheus_client/context_managers.py
Expand Down

0 comments on commit 517a2d4

Please sign in to comment.