Skip to content

Commit 358fa89

Browse files
author
Anand Sanmukhani
authored
Merge pull request #209 from harshad16/fix-auto
fix of the naming which is causing dependency update failure
2 parents 6dd9eab + 01b949e commit 358fa89

File tree

3 files changed

+277
-270
lines changed

3 files changed

+277
-270
lines changed

.thoth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tls_verify: false
33
requirements_format: pipenv
44

55
runtime_environments:
6-
- name: 'ubi:8'
6+
- name: 'ubi8'
77
operating_system:
88
name: 'ubi'
99
version: '8'

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ verify_ssl = true
66
[dev-packages]
77
httmock = "*"
88
sphinx = "*"
9-
sphinx_rtd_theme = "*"
9+
sphinx-rtd-theme = "*"
1010

1111
[packages]
1212
requests = "*"

0 commit comments

Comments
 (0)