Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Bump pyyaml from 5.4.1 to 6.0 #851

Open
wants to merge 73 commits into
base: release
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2022

Bumps pyyaml from 5.4.1 to 6.0.

Changelog

Sourced from pyyaml's changelog.

6.0 (2021-10-13)

Commits
  • 8cdff2c 6.0 release
  • a4fb55e Update Python 3.10 versions for Windows build
  • e45b964 Add Python 3.10 to tox.ini
  • 4808fba 6.0b1 release
  • d5aba40 Omnibus CI/artifact build update
  • a6d384c Various setup fixes
  • 8f3f979 No longer using appveyor
  • c274365 The yaml.load{,_all} functions require Loader= now
  • 2f87ac4 Add a basic test file for yaml.load and yaml.dump
  • 7bd92df Makefile tweaks
  • 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)

junsk1 and others added 30 commits January 15, 2019 08:50
…atalogs-from-app-config

CSCMETAX-61: [REF] Load END_USER_ALLOWED_DATA_CATALOGS from app_confi…
Merge pull request #424 from CSCfi/stable
stable to master: v0.9.8
…-groups

CSCFAIRMETA-122: [ADD] PAS catalog: Add groups for creating and editing
Merge stable to master: v1.6.0
Merge stable to master: v1.7.0
Merge stable to master v1.7.1
Merge stable to master: v1.7.1
Merge stable to master: v2.0.0
Merge stable to master: v2.0.1
Merge stable to master: v2.0.2
* CSCFAIRMETA-647: [FIX] bug with almost simultaneous requests

- LightFileserializer made modifications to class variable
  so when two requests came almost at the same time the latter
  was using modified version of the variable. Fixed with deepcopy
- Changed app to use local Elasticsearch with tests since it is now
  working

* CSCFAIRMETA-710: [FIX] _mapping endpoint and ES in testcases

- Correctly call elasticsearch when request comes to _mapping endpoint
- Tests can be run against local elasticsearch which reduces the
  population time
- Follow naming convention in refdata loader with non-internal
  functions

* CSCFAIRMETA-710: [FIX] remove unnecessary variable

* CSCFAIRADM-337: [ADD] Update domain references (#631)

- These mostly concern test data, but should be updated still

* CSCFAIRMETA-704 [FIX] merge-draft-does-not-save-changes
- In merge_draft take preservation_state from draft cr

* CSCFAIRMETA-704-merge-draft-does-not-save-changes
- Change metax-demo to metax.demo

* CSCFAIRMETA-716: [FIX] create-draft-internal-error-when-draft-already-exists
- Add a check for next_draft

* CSCFAIRMETA-712-Issues-with-emails
-Add migration to change email and organization name

* CSCFAIRMETA-712-Issues-with-emails
- Add check whether metadata_owner_org or metadata_provider_org exists

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
- Add ?keys=datasets|files and ?keysonly=bool
- Remove parameter ?detailed as it is the same as ?keys=files

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
- Add test for parameter ?keysonly

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
- Add support for leaving argument ?detailed

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
Add ?keysonly return input list except standalone files or datasets without files

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
- Refactor sql's
- Fix parameters 'request' and 'preferred_identifier'

Co-authored-by: Tommi Pulli <[email protected]>
Co-authored-by: Tommi Pulli <[email protected]>
Co-authored-by: Mattias Levlin <[email protected]>

Co-authored-by: Tommi Pulli <[email protected]>
Co-authored-by: Tommi Pulli <[email protected]>
Co-authored-by: Mattias Levlin <[email protected]>
* CSCFAIRMETA-647: [FIX] bug with almost simultaneous requests

- LightFileserializer made modifications to class variable
  so when two requests came almost at the same time the latter
  was using modified version of the variable. Fixed with deepcopy
- Changed app to use local Elasticsearch with tests since it is now
  working

* CSCFAIRMETA-710: [FIX] _mapping endpoint and ES in testcases

- Correctly call elasticsearch when request comes to _mapping endpoint
- Tests can be run against local elasticsearch which reduces the
  population time
- Follow naming convention in refdata loader with non-internal
  functions

* CSCFAIRMETA-710: [FIX] remove unnecessary variable

* CSCFAIRADM-337: [ADD] Update domain references (#631)

- These mostly concern test data, but should be updated still

* CSCFAIRMETA-704 [FIX] merge-draft-does-not-save-changes
- In merge_draft take preservation_state from draft cr

* CSCFAIRMETA-704-merge-draft-does-not-save-changes
- Change metax-demo to metax.demo

* CSCFAIRMETA-716: [FIX] create-draft-internal-error-when-draft-already-exists
- Add a check for next_draft

* CSCFAIRMETA-712-Issues-with-emails
-Add migration to change email and organization name

* CSCFAIRMETA-712-Issues-with-emails
- Add check whether metadata_owner_org or metadata_provider_org exists

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
- Add ?keys=datasets|files and ?keysonly=bool
- Remove parameter ?detailed as it is the same as ?keys=files

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
- Add test for parameter ?keysonly

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
- Add support for leaving argument ?detailed

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
Add ?keysonly return input list except standalone files or datasets without files

* CSCFAIRMETA-636-return-if-files-are-part-of-some-dataset
- Refactor sql's
- Fix parameters 'request' and 'preferred_identifier'

* CSCFAIRMETA-762-New-links-for-SYKE-datasets
- Save old notation into own field
- Replace notation with new guid
- Add datasets folder into migrations
- Replace syke url for harvester

Co-authored-by: Tommi Pulli <[email protected]>
Co-authored-by: Tommi Pulli <[email protected]>
Co-authored-by: Mattias Levlin <[email protected]>
Merge Stable to Master
[FIX] Bug where files could not be added to drafts #742
[FIX] Remove test comparing datetime objects #744
[FIX] Draft validation issues #740
[ADD] Support for DOI as preferred identifier #741
[ADD] Support for bulk-delete api operations #725
[ADD] Enable V2 endpoints
Toni and others added 28 commits October 1, 2021 14:18
21/10/1 Production update

* Update mime-types in reference-data
* New endpoint for counting project files and counting files in multiple projects
* Make critical RPC-API operations atomic
* PAS-templates can now be fetched from the API
* Support filtering datasets by project
* Remove editor database model
* Deleted objects are now stored to database as JSON-blobs
* Refactor error-handling API to save errors on database
* Add management command to fix invalid file byte size values
* Swagger and docs can now be generated at runtime
* Improve various reference-data entries
* Improve organization reference-data update process
* Format the entire codebase with black-formatter
* Remove duplicate tests and tests failing on global state
* Add Matomo-integration to /swagger and /docs endpoints
* Refactor docs and swagger generation
* Major improvements on enduser documentation
* Change Matomo URL to new metrics.fairdata.fi
* Fix invalid authentication checks for anonymous users
* Improve actor filter for organizations
* Make django-debug-toolbar optional on runtime when DEBUG is true
* Fix PAS-template incorrect datacatalog

See merge request fairdata/fairdata-metax!86
21/11/MR1 Production Update

* Reference data fixes

See merge request fairdata/fairdata-metax!90
* Reference data fixes
21/11/hotfix

See merge request fairdata/fairdata-metax!94
Production hotfix 21/11/02

See merge request fairdata/fairdata-metax!99
CSCFAIRADM-986 Extra Production update

See merge request fairdata/fairdata-metax!105
22/02/RC2 Production Update

See merge request fairdata/fairdata-metax!147
22/03/RC1 Production Update

See merge request fairdata/fairdata-metax!153
22/03/Hotfix/1 Production Update

See merge request fairdata/fairdata-metax!159
22/03/Hotfix/2 Production Update

See merge request fairdata/fairdata-metax!164
Production Update 22/04/01

See merge request fairdata/fairdata-metax!179
See merge request fairdata/fairdata-metax!184
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.4.1...6.0)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2022
@dependabot dependabot bot changed the base branch from master to release September 14, 2022 14:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants