Skip to content
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

Bump asteval from 0.9.33 to 1.0.0 #10488

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2024

Bumps asteval from 0.9.33 to 1.0.0.

Release notes

Sourced from asteval's releases.

1.0.0

Asteval 1.0.0

Asteval has been fairly mature for a while, with major improvements since version 0.9.29 over the past year or so making it feel like it has reached a point where the features and API are stable enough to call version 1.0.0.

Changes compared to 0.9.33:

  • fix (again) nested list comprehension (Issues #127 and #126).
  • add more testing of multiple list comprehensions.
  • more complete support for Numpy 2, and removal of many Numpy symbols that have been long deprecated.
  • remove AST nodes deprecated in Python 3.8.
  • clean up build files and outdated tests.
  • fixes to codecov configuration.
  • update docs.
Commits
  • 633bdc4 update docs
  • c6499a6 Update README.rst
  • c70824d fix pyproject.toml
  • 1139cc6 using pyproject.toml without setup.cfg, updated README, cleanup
  • 8e4b790 Merge pull request #128 from lmfit/codecov_work
  • 360e0a6 update codecov yml
  • 0ebd66e remove Python 3.8 deprecated nodes, names
  • 471ddc1 remove older tests
  • 790521f add a few more list comprehension examples
  • 29cbd10 cleanup new list/dict comprehension
  • 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 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)

Bumps [asteval](https://github.com/lmfit/asteval) from 0.9.33 to 1.0.0.
- [Release notes](https://github.com/lmfit/asteval/releases)
- [Commits](lmfit/asteval@0.9.33...1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 2, 2024
Copy link

dryrunsecurity bot commented Jul 2, 2024

Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.

DryRun Security Status Findings
Configured Codepaths Analyzer 0 findings
IDOR Analyzer 0 findings
Sensitive Files Analyzer 1 finding
Server-Side Request Forgery Analyzer 0 findings
SQL Injection Analyzer 0 findings
Authn/Authz Analyzer 0 findings
Secrets Analyzer 0 findings

Note

🟢 Risk threshold not exceeded.

Change Summary (click to expand)

The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective.

Summary:

The code changes in this pull request primarily focus on updating the dependencies of the application, with a particular emphasis on the asteval library. This is a security-related change, as the previous version of the asteval library may have had known vulnerabilities that have been addressed in the newer version. Additionally, the pull request updates several other dependencies, including bleach, celery, django-multiselectfield, django-tagging, django-watson, Pillow, cryptography, requests, sqlalchemy, and urllib3.

While the dependency updates are a positive step towards improving the security of the application, the presence of some outdated libraries, such as django-multiselectfield and django-tagging, may warrant further investigation to ensure that the application's security is not compromised. It's also worth considering whether these outdated libraries can be replaced with more modern alternatives to improve the overall security and maintainability of the application.

Files Changed:

  • requirements.txt: The changes in this file update the version of the asteval library from 0.9.33 to 1.0.0, which is a security-related change. The pull request also updates several other dependencies, including bleach, celery, django-multiselectfield, django-tagging, django-watson, Pillow, cryptography, requests, sqlalchemy, and urllib3. The contents of the requirements.txt file do not appear to contain any sensitive information, which is a good practice for maintaining the security of the application.

Powered by DryRun Security

Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@mtesauro mtesauro merged commit d52044e into dev Jul 2, 2024
126 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/asteval-1.0.0 branch July 2, 2024 22:14
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants