Skip to content

Commit

Permalink
NXDRIVE-2883: Update python-client latest version to 6.1.1 (#4355)
Browse files Browse the repository at this point in the history
* Update nuxeo python client version to 6.1.1
  • Loading branch information
mr-shekhar authored Nov 23, 2023
1 parent 6eb286c commit 2f37e91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions docs/changes/5.3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Release date: `2023-xx-xx`
- [NXDRIVE-2828](https://jira.nuxeo.com/browse/NXDRIVE-2828): Remove sensitive information from Drive logs
- [NXDRIVE-2861](https://jira.nuxeo.com/browse/NXDRIVE-2861): Fix behavior when not entering the correct URL format

### Direct Edit
## Direct Edit

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):

### Direct Transfer
## Direct Transfer

- [NXDRIVE-2711](https://jira.nuxeo.com/browse/NXDRIVE-2711): Show that upload is still alive for very large files

Expand Down Expand Up @@ -57,19 +57,20 @@ Release date: `2023-xx-xx`
- Upgraded `exceptiongroup` from 1.1.2 to 1.1.3
- Upgraded `faker` from 19.3.1 to 19.6.2
- Upgraded `filelock` from 3.0.12 to 3.12.4
- Upgraded `flake8` from 3.9.2 to 6.1.0
- Upgraded `identify` from 2.5.27 to 2.5.29
- Upgraded `importlib-metadata` from 4.8.2 to 6.8.0
- Upgraded `flake8` from 3.9.2 to 6.1.0
- Upgraded `iniconfig` from 1.1.1 to 2.0.0
- Upgraded `mccabe` from 0.6.1 to 0.7.0
- Upgraded `mypy` from 1.2.0 to 1.5.1
- Upgraded `pycodestyle` from 2.7.0 to 2.11.0
- Upgraded `junitparser` from 2.1.1 to 3.1.0
- Upgraded `mccabe` from 0.6.1 to 0.7.0
- Upgraded `more-itertools` from 8.12.0 to 10.1.0
- Upgraded `mypy` from 1.2.0 to 1.5.1
- Upgraded `nodeev` from 1.6.0 to 1.8.0
- Upgraded `nuxeo` from 6.1.0 to 6.1.1
- Upgraded `pathspec` from 0.9.0 to 0.11.2
- Upgraded `platformdirs` from 2.4.0 to 3.10.0
- Upgraded `nodeev` from 1.6.0 to 1.8.0
- Upgraded `pluggy` from 0.13.1 to 1.3.0
- Upgraded `pycodestyle` from 2.7.0 to 2.11.0
- Upgraded `pyfakes` from 4.5.3 to 5.2.4
- Upgraded `pyflakes` from 2.3.1 to 3.1.0
- Upgraded `pytest` from 6.2.4 to 7.4.0
Expand Down
6 changes: 3 additions & 3 deletions tools/deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ jmespath==1.0.1 \
jwt==1.3.1 \
--hash=sha256:61c9170f92e736b530655e75374681d4fcca9cfa8763ab42be57353b2b203494
# via nuxeo
nuxeo[oauth2,s3]==6.1.0 \
--hash=sha256:ac69d1bb69c479bb6fe7e705bb2112d6b3b51d3a44a8e148061d6e391bc60d91 \
--hash=sha256:b84eacb004100771c006def0904c82e1c7c13fcba4a9cc5b070833e38aad6716
nuxeo[oauth2,s3]==6.1.1 \
--hash=sha256:31fc973c55d7fc7567860e589c6c59c386d2e3563cb8f7709276551a76902daa \
--hash=sha256:d7e30368fa2ca02e3981cdadee27c9f8011fddb091b5af879735543900009767
# via -r requirements.txt
packaging==23.1 \
--hash=sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61 \
Expand Down

0 comments on commit 2f37e91

Please sign in to comment.