Skip to content

Commit

Permalink
move from @renovate/pep440 to @renovatebot/pep440 (#9614)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Nov 19, 2023
1 parent 083b36c commit 3cefd28
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/badges/shields"
},
"dependencies": {
"@renovate/pep440": "^1.0.0",
"@renovatebot/pep440": "^3.0.11",
"@renovatebot/ruby-semver": "^3.0.18",
"@sentry/node": "^7.80.1",
"@shields_io/camp": "^18.1.2",
Expand Down
2 changes: 1 addition & 1 deletion services/color-formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import dayjs from 'dayjs'
import pep440 from '@renovate/pep440'
import pep440 from '@renovatebot/pep440'

/**
* Determines the color used for a badge based on version.
Expand Down
2 changes: 1 addition & 1 deletion services/python/python-version-from-toml.tester.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Joi from 'joi'
import pep440 from '@renovate/pep440'
import pep440 from '@renovatebot/pep440'
import { createServiceTester } from '../tester.js'
export const t = await createServiceTester()

Expand Down

0 comments on commit 3cefd28

Please sign in to comment.