Skip to content

Commit

Permalink
put redis back to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleySappington committed Oct 3, 2023
1 parent c0de011 commit 8ae4da4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment_python_3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pytest-mock=3.11.1
- python=3.10.13
- pyyaml=6.0.1
- redis=5.0.1
- redis=5.0.0
- ruff=0.0.292
- scipy=1.9.3
- setuptools=68.2.2
Expand Down
2 changes: 1 addition & 1 deletion jwql/utils/logging_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def configure_logging(module):
logging.basicConfig(filename=log_file,
format='%(asctime)s %(levelname)s: %(message)s',
datefmt='%m/%d/%Y %H:%M:%S %p',
level=logging.INFO)
level=logging.DEBUG)
print('Log file initialized to {}'.format(log_file))
set_permissions(log_file)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pytest-cov==4.1.0
pytest-mock==3.11.1
pyvo==1.4.2
pyyaml==6.0.1
redis==5.0.1
redis==5.0.0.
ruff==0.0.292
scipy==1.9.3
selenium==4.13.0
Expand Down

0 comments on commit 8ae4da4

Please sign in to comment.