Skip to content

Commit

Permalink
Upgraded pywbem to 1.1.0 to pick up fixes and enhancements
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Oct 5, 2020
1 parent b7fb4f0 commit 7de2d30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Released: not yet

* Test: Added checking for no expected warning. (see issue #774)

* Upgraded pywbem to 1.1.0 to pick up fixes and enhancements. (see issue #749)

**Enhancements:**

* Introduced caching of the mock environment used by connection definitions in
Expand Down
5 changes: 2 additions & 3 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ wheel==0.33.5; python_version >= '3.8'

# Direct dependencies for install (must be consistent with requirements.txt)

# pywbem==0.17.0
pywbem==1.1.0
# Alternative to test against current github master pywbem
git+https://github.com/pywbem/pywbem.git@master#egg=pywbem
# TODO: Upgrade to pywbem 1.1.0 once released.
# git+https://github.com/pywbem/pywbem.git@master#egg=pywbem

nocaselist==1.0.3
nocasedict==1.0.1
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

# Direct dependencies (except pip, setuptools, wheel):

# pywbem>=0.17.0
pywbem>=1.1.0
# Alternative to test against current github master pywbem
git+https://github.com/pywbem/pywbem.git@master#egg=pywbem
# TODO: Upgrade to pywbem 1.1.0 once released.
# git+https://github.com/pywbem/pywbem.git@master#egg=pywbem

nocaselist>=1.0.3
nocasedict>=1.0.1
Expand Down

0 comments on commit 7de2d30

Please sign in to comment.