File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 5
5
build :
6
6
docker :
7
7
- image : udata/circleci:2-alpine
8
- - image : mongo:3.6
8
+ - image : mongo:6.0.4
9
9
- image : redis:alpine
10
10
- image : udata/elasticsearch:2.4.5
11
11
environment :
29
29
command : |
30
30
virtualenv venv
31
31
source venv/bin/activate
32
- pip install setuptools==66.1.1
32
+ pip install --force-reinstall setuptools==66.1.1
33
33
pip install -e . || pip install -e .
34
34
pip install -r requirements/develop.pip || pip install -r requirements/develop.pip
35
35
- save_cache :
Original file line number Diff line number Diff line change 3
3
## Current (in progress)
4
4
5
5
- Update Matomo content tracking data-attributes [ #263 ] ( https://github.com/opendatateam/udata-recommendations/pull/263 )
6
+ - Upgrade test and develop dependencies [ #264 ] ( https://github.com/opendatateam/udata-recommendations/pull/264 )
6
7
7
8
## 3.1.4 (2023-03-07)
8
9
Original file line number Diff line number Diff line change 1
1
-e .[test]
2
2
flake8==3.7.8
3
- invoke==1.3.0
3
+ invoke==1.7.3
4
4
pytest-cov==2.7.1
5
5
twine==3.3.0
Original file line number Diff line number Diff line change 1
- pytest==7.2.1
2
- pytest-flask==1.2 .0
3
- pytest-sugar==0.9.6
4
- requests-mock==1.7 .0
5
- mock==3 .0.5
6
- pytest-mock==2.0.0
1
+ pytest==7.4.3
2
+ pytest-flask==1.3 .0
3
+ pytest-sugar==0.9.7
4
+ requests-mock==1.11 .0
5
+ mock==5 .0.1
6
+ pytest-mock==3.11.1
You can’t perform that action at this time.
0 commit comments