Skip to content

Bump ujson from 3.0.0 to 3.1.0 in /packages/service-library #1664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 3, 2020

Bumps ujson from 3.0.0 to 3.1.0.

Release notes

Sourced from ujson's releases.

3.1.0

Added

Fixed

Commits
  • 5dea5ef Merge pull request #418 from WillAyd/pep-489
  • a2143a3 Added version string
  • 3a05c87 PEP 489 Multi Phase Init support
  • 7c987cc Merge pull request #414 from hugovk/simplify-config
  • 89015a1 Merge branch 'master' into simplify-config
  • 2f46e64 Merge pull request #413 from mgorny/pypy3
  • 5a9a222 Travis CI is slow, only test PyPy3 on GHA
  • 1ed1555 Remove BOM from file to fix PyPy3, and remove encoding definition with pyupgrade
  • 98643d7 Add PyPy3 to GitHub Actions
  • 6d6cd45 pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@codecov
Copy link

codecov bot commented Aug 3, 2020

Codecov Report

Merging #1664 into master will increase coverage by 14.6%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1664      +/-   ##
=========================================
+ Coverage    59.9%   74.6%   +14.6%     
=========================================
  Files         256     241      -15     
  Lines       10072    9902     -170     
  Branches     1061    1067       +6     
=========================================
+ Hits         6043    7396    +1353     
+ Misses       3759    2189    -1570     
- Partials      270     317      +47     
Flag Coverage Δ
#integrationtests 56.7% <ø> (+1.9%) ⬆️
#unittests 69.2% <ø> (+6.2%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ar/src/simcore_service_sidecar/celery_log_setup.py 0.0% <0.0%> (-69.3%) ⬇️
...src/simcore_service_sidecar/celery_configurator.py 0.0% <0.0%> (-55.4%) ⬇️
...vices/sidecar/src/simcore_service_sidecar/utils.py 69.4% <0.0%> (-23.8%) ⬇️
.../sidecar/src/simcore_service_sidecar/log_parser.py 79.6% <0.0%> (-11.9%) ⬇️
...service-library/src/servicelib/rest_middlewares.py
...ges/service-library/src/servicelib/rest_routing.py
...service-library/src/servicelib/application_keys.py
...ages/service-library/src/servicelib/aiopg_utils.py
...e-library/src/servicelib/monitor_slow_callbacks.py
...s/service-library/src/servicelib/requests_utils.py
... and 121 more

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/packages/service-library/ujson-3.1.0 branch from 62eb8c9 to 3d04501 Compare August 3, 2020 07:42
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/packages/service-library/ujson-3.1.0 branch from 3d04501 to f1d9d0f Compare August 3, 2020 13:46
@sanderegg sanderegg merged commit d0791e7 into master Aug 4, 2020
@sanderegg sanderegg deleted the dependabot/pip/packages/service-library/ujson-3.1.0 branch August 4, 2020 05:38
@odeimaiz odeimaiz mentioned this pull request Aug 4, 2020
odeimaiz added a commit that referenced this pull request Aug 4, 2020
- UI/UX improvements (#1657)
- Bump yarl from 1.4.2 to 1.5.1 in /packages/postgres-database (#1665)
- Bump ujson from 3.0.0 to 3.1.0 in /packages/service-library (#1664)
- Bump pytest-docker from 0.7.2 to 0.8.0 in /packages/service-library (#1647)
- Improving storage performance (#1659)
- Bump aiozipkin from 0.6.0 to 0.7.0 in /packages/service-library (#1642)
- Theming (#1656)
- Platform stability:  (#1645)
- is1594 fix and re-activate e2e testing (#1620)
- 2 bugs fixed + Some improvements (#1634)
- Fixes default (#1640)
- Bump lodash from 4.17.15 to 4.17.19 (#1639)
- Is1585/cleanup storage (#1586)
- Fixes on publish studies handling (#1632)
- Some enhancements and bug fixes (#1608)
- Improve e2e  (#1631)
- filter studies by name before deleting them (#1629)
- Maintenance/upgrades test tools (#1628)
- Bugfix/concurent opening projects (#1598)
- Bugfix/allow reading groups anonymous user (#1615)
- Bump docker from 4.2.1 to 4.2.2 in /packages/postgres-database (#1605)
- fix testing if node has gpu support (#1604)
- [bugfix] Invalidate cache before starting a study (#1602)
- Feature/fix e2e 2 (#1600)
- fix deploy not needing e2e testing since it is disabled
- reduce cardinality of metrics (#1593)
- Excudes e2e stage from include until fixed (#1595)
- Shared project concurrency (frontend) (#1591)
- Homogenize studies and services (#1569)
- [feature] UI Fine grained access - project locking and notification
- Bugfix/apiserver does not need sslheaders (#1564)
- Cleanup catalog service (#1582)
- Maintenance/cleanup api server (#1578)
- Adds support for GPU scheduling of computational services (#1553)
- Maintenance/upgrades and tooling (#1546)
- Is1570/study fails 500 (#1572)
- Bump faker from 4.1.0 to 4.1.1 in /packages/postgres-database (#1573)
- maintenance fix codecov reports (#1568)
- Manage groups, Share studies (#1512)
- Is/add notebook migration script (#1565)
- Is1269/api-server upgrade (#1475)
- added simcore_webserver_service in pytest simcore package (#1563)
- add traefik endpoint to api-gateway (#1555)
@sanderegg sanderegg mentioned this pull request Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants