Skip to content

Commit

Permalink
Update psutil requirement from <5.9.7 to <5.9.8
Browse files Browse the repository at this point in the history
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-0.1.0...release-5.9.7)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and termim committed Dec 19, 2023
1 parent 5871d9e commit bbcd35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/requirements-dev.txt
@@ -1,6 +1,6 @@
cython>=0.29.22
gevent
psutil<5.9.7
psutil<5.9.8
pytest
pytest-subtests
pytest-timeout
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -330,7 +330,7 @@ def mk_long_description(numrev=1):
],
zip_safe = False,
setup_requires=['setuptools_scm[toml]>=5.0,<9.0', 'Cython>=0.29.22'],
tests_require=['psutil<5.9.7', 'pytest', 'pytest-timeout'],
tests_require=['psutil<5.9.8', 'pytest', 'pytest-timeout'],
ext_modules = ext_modules(),
packages = [ 'pymssql'],
package_dir = {'': 'src'},
Expand Down

0 comments on commit bbcd35c

Please sign in to comment.