Skip to content

Commit 62175e6

Browse files
authored
fix: [OSM-855] fixed python 3.12 support in snyk-python-plugin (#4965)
1 parent c5fded9 commit 62175e6

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

package-lock.json

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"snyk-nodejs-lockfile-parser": "1.52.10",
125125
"snyk-php-plugin": "1.9.2",
126126
"snyk-policy": "^1.25.0",
127-
"snyk-python-plugin": "^2.0.1",
127+
"snyk-python-plugin": "^2.0.5",
128128
"snyk-resolve-deps": "4.7.3",
129129
"snyk-sbt-plugin": "2.17.1",
130130
"snyk-swiftpm-plugin": "1.4.1",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dragon-upgrader == 0.1.0; python_version >= '3.12'

0 commit comments

Comments
 (0)