Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps actions/checkout from 3 to 4.

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-4 branch from db3cbc1 to 24b2fec Compare April 29, 2024 15:27
@Mikejmnez Mikejmnez merged commit 09af513 into master Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/actions/checkout-4 branch April 29, 2024 15:30
Mikejmnez pushed a commit to Mikejmnez/pydap that referenced this pull request Jun 29, 2024
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mikejmnez added a commit that referenced this pull request Jul 11, 2024
… with dap4 protocol (#310)

* remove glitter chat bardge

* black formating

* format

* black

* remove commented lines

* formatting

* pass `selection` to SequenceProxy so output selection matches URL selection

* formatting

* reformat

* remove protocol from argument

* format

* isort

* format

* pre commit

* remove unused

* format

* fix style

* pre-commit

* pre-commit

* set up pre-commit on github actions (#312)

* fix indentation

* set up github action for pre-commit

* add missing whitespace to comply E226

* formatting

* python 3.9 is no longer run with macos-latest, which uses M1 arch

* manually remove python 3.9 from matrix

* Bump actions/setup-python from 3 to 5 (#316)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/checkout from 3 to 4 (#317)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* pre-commit

* pre-commit

* create a dataset for testing groups

* create response for dmr

* add testing to check dmr response is loaded

* include pydap.responses.dmr.DRMResponse as an entry point

* format

* rename server header

* fix types

* basic change

* flake8

* set dimensions as property of GRoups

* format

* fix format

* response for data with Groups

* change name so that its useful

* replace fake testing with accurate testing

* pin numpy for now

* fix ``

* fix missing `/n`

* format

* fix imports

* pin numpy to v <2

* Join query strings to rest of URLs - I already reverted escaping query strings but forgot to join into single string

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mikejmnez added a commit to Mikejmnez/pydap that referenced this pull request Jul 11, 2024
… with dap4 protocol (pydap#310)

* remove glitter chat bardge

* black formating

* format

* black

* remove commented lines

* formatting

* pass `selection` to SequenceProxy so output selection matches URL selection

* formatting

* reformat

* remove protocol from argument

* format

* isort

* format

* pre commit

* remove unused

* format

* fix style

* pre-commit

* pre-commit

* set up pre-commit on github actions (pydap#312)

* fix indentation

* set up github action for pre-commit

* add missing whitespace to comply E226

* formatting

* python 3.9 is no longer run with macos-latest, which uses M1 arch

* manually remove python 3.9 from matrix

* Bump actions/setup-python from 3 to 5 (pydap#316)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/checkout from 3 to 4 (pydap#317)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* pre-commit

* pre-commit

* create a dataset for testing groups

* create response for dmr

* add testing to check dmr response is loaded

* include pydap.responses.dmr.DRMResponse as an entry point

* format

* rename server header

* fix types

* basic change

* flake8

* set dimensions as property of GRoups

* format

* fix format

* response for data with Groups

* change name so that its useful

* replace fake testing with accurate testing

* pin numpy for now

* fix ``

* fix missing `/n`

* format

* fix imports

* pin numpy to v <2

* Join query strings to rest of URLs - I already reverted escaping query strings but forgot to join into single string

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants