Skip to content

Commit

Permalink
Merge pull request #557 from deNBI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
qqmok authored Aug 1, 2024
2 parents aa1e826 + 34befac commit 8f03589
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
simplevm_client_redis:
container_name: simplevm_client_redis
network_mode: host # Use the host network namespace
image: redis:7.2.5
image: redis:7.4.0
expose:
- "6379"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

simplevm_client_redis:
container_name: simplevm_client_redis
image: redis:7.2.5
image: redis:7.4.0
expose:
- "6379"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

client_redis:
container_name: simplevm_client_redis
image: redis:7.2.5
image: redis:7.4.0
expose:
- "6379"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.giessen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

simplevm_client_giessen_redis:
container_name: simplevm_client_giessen_redis
image: redis:7.2.5
image: redis:7.4.0
expose:
- "6379"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

client_redis:
container_name: simplevm_client_redis
image: redis:7.2.5
image: redis:7.4.0
expose:
- "6379"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
simplevm_client_redis:
container_name: simplevm_client_redis
network_mode: host # Use the host network namespace
image: redis:7.2.5
image: redis:7.4.0
expose:
- "6379"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

simplevm_client_redis:
container_name: simplevm_client_redis
image: redis:7.2.5
image: redis:7.4.0
expose:
- "6379"
networks:
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
setuptools==69.5.1
setuptools==72.1.0
thrift==0.20.0
python-keystoneclient==5.4.0
openstacksdk==3.1.0
deprecated==1.2.14
Click==8.1.7
ansible==9.5.1
ansible==9.8.0
flake8==7.1.0
paramiko==3.4.0
ruamel.yaml==0.18.6
pyvim==3.0.3
redis==5.0.7
redis==5.0.8
requests==2.32.3
pyyaml==6.0.1
pre-commit==3.7.1
types-PyYAML==6.0.12.20240311
sympy==1.13.0
pre-commit==3.8.0
types-PyYAML==6.0.12.20240724
sympy==1.13.1
colorama==0.4.6
types-redis==4.6.0.20240425
types-redis==4.6.0.20240726
gevent
pytest

0 comments on commit 8f03589

Please sign in to comment.