Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TariqAHassan committed Sep 28, 2024
1 parent 6e6c808 commit e3ee4de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ mkdocstrings==0.15.2
mypy==0.812
mypy-extensions==0.4.3
numpy>=2.0.2
pytest==5.0.1
pytest-cov==2.11.1
pytest-mypy==0.8.1
pytest-mock==3.5.1
pytest_redis==2.0.0
pytest-timeout==1.4.2
pytest>=8.3.3
pytest-cov<=5.0.0
pytest-mock>=3.14.0
pytest_redis>=3.1.2
pytest-timeout>=2.3.1
schema==0.7.4
torch>=2.3.1
typeguard>=4.3.0
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _get_redis_path() -> str:
custom_redisdb_proc = redis_factories.redis_proc(
executable=_get_redis_path(),
port=None,
logsdir="/tmp",
datadir="/tmp",
)
custom_redisdb = redis_factories.redisdb("custom_redisdb_proc", decode=True)

Expand Down

0 comments on commit e3ee4de

Please sign in to comment.