File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
35
35
36
36
- name : Build and push Docker tagged image
37
- uses : docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
37
+ uses : docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
38
38
with :
39
39
context : .
40
40
push : true
Original file line number Diff line number Diff line change 1
1
alabaster == 0.7.12
2
- anyio == 3.6.1
2
+ anyio == 3.6.2
3
3
attrs == 22.1.0
4
4
babel == 2.11.0
5
5
black == 22.10.0
@@ -10,12 +10,12 @@ coverage==6.5.0
10
10
git+https://github.com/DiamondLightSource/diffcalc-core.git#egg=diffcalc-core
11
11
distlib == 0.3.6
12
12
docutils == 0.19
13
- fastapi == 0.85.1
13
+ fastapi == 0.86.0
14
14
filelock == 3.8.0
15
15
flake8 == 5.0.4
16
16
flake8-isort == 5.0.0
17
17
h11 == 0.14.0
18
- identify == 2.5.6
18
+ identify == 2.5.8
19
19
idna == 3.4
20
20
imagesize == 1.4.1
21
21
importlib-metadata == 5.0.0
@@ -44,7 +44,7 @@ pygments==2.13.0
44
44
pyparsing == 3.0.9
45
45
pytest == 7.2.0
46
46
pytest-cov == 4.0.0
47
- pytz == 2022.4
47
+ pytz == 2022.6
48
48
pyyaml == 6.0
49
49
pymongo == 4.3.2
50
50
requests == 2.28.1
@@ -57,7 +57,7 @@ tomli==2.0.1
57
57
typed-ast == 1.5.4
58
58
typing-extensions == 4.4.0
59
59
urllib3 == 1.26.12
60
- uvicorn == 0.18.3
61
- virtualenv == 20.16.5
60
+ uvicorn == 0.19.0
61
+ virtualenv == 20.16.6
62
62
virtualenv-clone == 0.5.7
63
63
zipp == 3.10.0
You can’t perform that action at this time.
0 commit comments