Skip to content

Bump pandas from 1.2.2 to 1.2.3 #489

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
merged 1 commit into from
Apr 2, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps pandas from 1.2.2 to 1.2.3.

Release notes

Sourced from pandas's releases.

Pandas 1.2.3

This is a patch release in the 1.2.x series and includes some regression fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

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 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 Mar 8, 2021
@AtsushiSakai
Copy link
Owner

Hi. @jhutchings1
Is it possible to advise me how to fix the CodeQL error in this PR?
The message shows "Error: The repo on which this action is running is not opted-in to CodeQL code scanning."
Should I do something for opt-in?

@jhutchings1
Copy link
Contributor

@AtsushiSakai Thank you for letting me know. I'm going to ping our engineers, since that shouldn't be happening. Stay tuned.

@dependabot dependabot bot force-pushed the dependabot/pip/pandas-1.2.3 branch from b661d90 to 822388c Compare March 20, 2021 05:34
@dependabot dependabot bot force-pushed the dependabot/pip/pandas-1.2.3 branch from 822388c to 4ee9d1b Compare March 29, 2021 22:25
@dependabot dependabot bot force-pushed the dependabot/pip/pandas-1.2.3 branch from 4ee9d1b to 9ae53a6 Compare March 30, 2021 11:24
@robertbrignull
Copy link

I've done a detailed writeup of the cause and workarounds for this problem at github/codeql-action#416 (comment)

For this PR right now you can just retry the workflow and it should succeed. Longer term see that comment for how to avoid failing analyses on dependabot PRs. Here you're running code scanning twice on this PR as it triggered on the push and pull_request events, so you want to configure the workflow triggers to avoid triggering on push to dependabot branches.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@AtsushiSakai AtsushiSakai reopened this Apr 2, 2021
@AtsushiSakai
Copy link
Owner

@jhutchings1 @robertbrignull Thank you for providing workaround. I will try it.

@AtsushiSakai AtsushiSakai merged commit 079de03 into master Apr 2, 2021
@AtsushiSakai AtsushiSakai deleted the dependabot/pip/pandas-1.2.3 branch April 2, 2021 12:45
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.

3 participants