Skip to content

Commit af9d3ca

Browse files
authored
Upgrade deps (#264)
1 parent c4fe99e commit af9d3ca

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
docker:
77
- image: udata/circleci:2-alpine
8-
- image: mongo:3.6
8+
- image: mongo:6.0.4
99
- image: redis:alpine
1010
- image: udata/elasticsearch:2.4.5
1111
environment:
@@ -29,7 +29,7 @@ jobs:
2929
command: |
3030
virtualenv venv
3131
source venv/bin/activate
32-
pip install setuptools==66.1.1
32+
pip install --force-reinstall setuptools==66.1.1
3333
pip install -e . || pip install -e .
3434
pip install -r requirements/develop.pip || pip install -r requirements/develop.pip
3535
- save_cache:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Current (in progress)
44

55
- 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)
67

78
## 3.1.4 (2023-03-07)
89

requirements/develop.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e .[test]
22
flake8==3.7.8
3-
invoke==1.3.0
3+
invoke==1.7.3
44
pytest-cov==2.7.1
55
twine==3.3.0

requirements/test.pip

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)