Skip to content

Commit

Permalink
Hardcodes the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwakaba committed May 9, 2023
1 parent d247682 commit 629e00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ History
-------------------

* Fixes the inconsistency of the default python version
* Updates the versions of dependent packages

1.0.4 (2023-05-09)
-------------------
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ watchdog = ">=3.0.0"
xmlrunner = ">=1.7.7"

[packages]
"oslo-config" = "*"
"oslo.messaging" = "*"
build = "*"
build = ">=0.10.0"
"oslo.config" = ">=9.1.1"
"oslo.messaging" = ">=14.2.0"

#
# Local variables:
Expand Down

0 comments on commit 629e00b

Please sign in to comment.