Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nuxeo/nuxeo-drive into wip-
Browse files Browse the repository at this point in the history
…NXDRIVE-2882-fix_db-should-create-dump.sql-in-same-dir-as-db
  • Loading branch information
gitofanindya committed Jan 16, 2024
2 parents ea42020 + 83e4e77 commit 945b187
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion docs/changes/5.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Release date: `2024-xx-xx`
- Upgraded `actions/upload-artifact` from 3 to 4
- Upgraded `cryptography` from 41.0.2 to 41.0.7
- Upgraded `docker/build-push-action` from 5.0.0 to 5.1.0
- Upgraded `faker` from 19.6.2 to 22.0.0
- Upgraded `identify` from 2.5.29 to 2.5.33
- Upgraded `idna` from 3.4 to 3.6
- Upgraded `pyobjc-core` from 7.3 to 10.1
- Upgraded `pyobjc-framework-cocoa` from 7.3 to 10.1
- Upgraded `pyobjc-framework-coreservices` from 7.3 to 10.1
Expand All @@ -46,4 +49,4 @@ Release date: `2024-xx-xx`

## Technical Changes

-
-
12 changes: 6 additions & 6 deletions tools/deps/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,18 @@ execnet==2.0.2 \
--hash=sha256:88256416ae766bc9e8895c76a87928c0012183da3cc4fc18016e6f050e025f41 \
--hash=sha256:cc59bc4423742fd71ad227122eb0dd44db51efb3dc4095b45ac9a08c770096af
# via pytest-xdist
faker==19.6.2 \
--hash=sha256:8fba91068dc26e3159c1ac9f22444a2338704b0991d86605322e454bda420092 \
--hash=sha256:d5d5953556b0fb428a46019e03fc2d40eab2980135ddef5a9eb3d054947fdf83
faker==22.0.0 \
--hash=sha256:1d5dc0a75da7bc40741ee4c84d99dc087b97bd086d4222ad06ac4dd2219bcf3f \
--hash=sha256:9c22c0a734ca01c6e4f2259eab5dab9081905a9d67b27272aea5c9feeb5a3789
flake8==6.1.0 \
--hash=sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23 \
--hash=sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5
future==0.18.3 \
--hash=sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307
# via junitparser
identify==2.5.29 \
--hash=sha256:24437fbf6f4d3fe6efd0eb9d67e24dd9106db99af5ceb27996a5f7895f24bf1b \
--hash=sha256:d43d52b86b15918c137e3a74fff5224f60385cd0e9c38e99d07c257f02f151a5
identify==2.5.33 \
--hash=sha256:161558f9fe4559e1557e1bff323e8631f6a0e4837f7497767c1782832f16b62d \
--hash=sha256:d40ce5fcd762817627670da8a7d8d8e65f24342d14539c59488dc603bf662e34
# via pre-commit
importlib-metadata==6.8.0 \
--hash=sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb \
Expand Down
6 changes: 3 additions & 3 deletions tools/deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ dukpy==0.2.3 \
--hash=sha256:770c0795cbe5c41b604b12f372d2905587035f2f83489d2e1c36b88d50f9b175 \
--hash=sha256:cc8dd158326f95231d320da80be6e6a1d72bbaad9de2569eaffb6af736f45e6b
# via pypac
idna==3.4 \
--hash=sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 \
--hash=sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2
idna==3.6 \
--hash=sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca \
--hash=sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f
# via requests
jmespath==1.0.1 \
--hash=sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980 \
Expand Down

0 comments on commit 945b187

Please sign in to comment.