Skip to content

Commit

Permalink
revert all redis references to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleySappington committed Oct 6, 2023
1 parent 9ef1cd9 commit b4e4c38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment_python_3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies:
- pysiaf==0.20.0
- pysqlite3==0.5.2
- pyvo==1.4.2
- redis==5.0.1
- redis==5.0.0
- selenium==4.13.0
- stdatamodels==1.8.3
- stsci_rtd_theme==1.0.0
Expand Down
4 changes: 2 additions & 2 deletions environment_python_3.9.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.9.17
- 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 All @@ -62,7 +62,7 @@ dependencies:
- pysiaf==0.20.0
- pysqlite3==0.5.2
- pyvo==1.4.2
- redis==5.0.1
- redis==5.0.0
- selenium==4.13.0
- stdatamodels==1.8.3
- stsci_rtd_theme==1.0.0
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.0.
redis==5.0.0
ruff==0.0.292
scipy==1.9.3
selenium==4.13.0
Expand Down

0 comments on commit b4e4c38

Please sign in to comment.