Skip to content

Commit 517a2d4

Browse files
authored
fix: bumping poetry parser (#227)
1 parent 556b029 commit 517a2d4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@snyk/cli-interface": "^2.11.2",
2626
"@snyk/dep-graph": "^1.28.1",
2727
"shescape": "1.6.1",
28-
"snyk-poetry-lockfile-parser": "^1.2.0",
28+
"snyk-poetry-lockfile-parser": "^1.4.2",
2929
"tmp": "0.2.1"
3030
},
3131
"devDependencies": {

test/system/inspect.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe('inspect', () => {
159159
{
160160
pkg: {
161161
name: 's3transfer',
162-
version: '0.6.2',
162+
version: '0.7.0',
163163
},
164164
directDeps: ['awss'],
165165
},

test/workspaces/pip-app/packages/prometheus_client-0.6.0/prometheus_client.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
Metadata-Version: 1.1
1+
Metadata-Version: 2.1
22
Name: prometheus-client
33
Version: 0.6.0
44
Summary: Python client for the Prometheus monitoring system.
55
Home-page: https://github.com/prometheus/client_python
66
Author: Brian Brazil
77
Author-email: [email protected]
88
License: Apache Software License 2.0
9-
Description-Content-Type: UNKNOWN
109
Description: See https://github.com/prometheus/client_python/blob/master/README.md for documentation.
1110
Keywords: prometheus monitoring instrumentation client
1211
Platform: UNKNOWN
@@ -26,3 +25,4 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
2625
Classifier: Programming Language :: Python :: Implementation :: PyPy
2726
Classifier: Topic :: System :: Monitoring
2827
Classifier: License :: OSI Approved :: Apache Software License
28+
Provides-Extra: twisted

test/workspaces/pip-app/packages/prometheus_client-0.6.0/prometheus_client.egg-info/SOURCES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
README.md
2+
setup.cfg
23
setup.py
34
prometheus_client/__init__.py
45
prometheus_client/context_managers.py

0 commit comments

Comments
 (0)