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 pydash from 5.1.2 to 6.0.0 in /backend/behave #5

Open
wants to merge 650 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 3, 2023

Bumps pydash from 5.1.2 to 6.0.0.

Changelog

Sourced from pydash's changelog.

v6.0.0 (2023-01-28)

  • Prevent access to object paths containing dunder-methods in functions like get() for non-dict/list objects. Attempting to access dunder-methods using get-path keys will raise a KeyError (e.g. get(SomeClass(), '__init__' will raise). Access to dict keys are unaffected (e.g. get({"__init__": True}, "__init__") will return True). (breaking change)
  • Add support for Python 3.11.
  • Drop support for Python 3.6 (breaking change)
Commits
  • 81d58d6 release: v6.0.0
  • f410919 chore: update changelog
  • 6ff0831 fix: don't allow object paths that reference dunder-method attributes for fun...
  • 1947d2a chore: minor tweak to error message shown when lint fails
  • bfa8de1 chore: drop support for Python 3.6 (part 2)
  • a8a1b10 fix: revert flake8>=6.0 pinning since it's not compatible with Python 3.7
  • 0a430c6 fix: try to use flake8>=6.0 on all Python versions
  • 933b78d fix: pin importlib_metadata<5 on Python 3.7 due to compatibility issue with f...
  • 528f78c chore: drop support for Python 3.6
  • 1b1b020 fix: lint errors in tests for pytest.raises
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

ArslanSB and others added 30 commits March 13, 2023 11:17
Former-commit-id: 37415b433a3a6448a12d262f2eefc07d3c71551b
Former-commit-id: 9303bf942e46228eaaa98372a9e66cb18b58e463
#3267 - Implemented preselect options in user settings.

See merge request cometa/cometa!149

Former-commit-id: 7cdd7132b127e4a08ac6855bd13537c8b34fc5de
#3267 - Pre-select default options for new feature implemented.
#3892 - Updated step definition to better understand the required selector.
##### - Typo fix in step edit's context menu.
##### - Added .vscode to the .gitignore file.


Former-commit-id: b062fd743d69d6c6482147bb7f10500125d8822e
Development

See merge request cometa/cometa!150

Former-commit-id: 4f274cec7ab55663a229148ebbc5fee75334ccb5
Former-commit-id: 5e3b7296933fb22a7dca9c3cec067844beee416a
… to establish connection.

Former-commit-id: 7f3c80b9337c87d4a210dab00a2e4b1d3064ad2b
# Conflicts:
#   front/src/assets/config.json

Former-commit-id: 8dfb67f756d69cd5e9890254a6f3b5164628be26
Development

See merge request cometa/cometa!151

Former-commit-id: 3483124e2e7df0a84a6f7d9d77792f38d9b19a88
… to establish connection.

Former-commit-id: 32ae4684224ffcd1fbe1a0e3098c66e473bc210d
…into development

Former-commit-id: 7aa73bf36b13838267a29e9c209b2d237d74b914
Development

See merge request cometa/cometa!152

Former-commit-id: cf8a2babb453b016663edf423cfb072761d1b8cd
Former-commit-id: 31891f14b376ce114edee09a44be2899c70a4e01
#3439 - Added new step to save string value to environment variable

See merge request cometa/cometa!153

Former-commit-id: 3a7836cbd19db4d0fdf17e6560e25e8fbe0ac54a
Former-commit-id: 141cb639eea7f55c7b16d33748ce0d184333b4d7
Former-commit-id: 4ecda426d2d3594202f42df6a3082829d5045d13
Former-commit-id: 947241102ed9cfe5fc76ccf397786354d988bbc6
… feature based logic

Former-commit-id: 4e7110a4a88cecf84cf35da1e39179ce4b39264a
…222/cometa/cometa into feature_variable_enchancement
…nd create works. need to implement delete and cancel button
#3948 - Variable Enchancement

See merge request cometa/cometa!154
#3948 - Variable Enchancement

See merge request cometa/cometa!155
ArslanSB and others added 23 commits September 18, 2023 13:32
fix (front): small fixed for frontend, scroll and percentage issues as well as spacing.

See merge request cometa/cometa!203
Development

See merge request cometa/cometa!205
fix (actions): steps migrated

See merge request cometa/cometa!206
Development

See merge request cometa/cometa!207
fix (ci/cd): restarting the RedisQ after pipeline

See merge request cometa/cometa!208
Development

See merge request cometa/cometa!210
Stage to Master

See merge request cometa/cometa!211
Feat/results table

See merge request cometa/cometa!213
Development

See merge request cometa/cometa!214
Stage to Master

See merge request cometa/cometa!215
Bumps [pydash](https://github.com/dgilland/pydash) from 5.1.2 to 6.0.0.
- [Changelog](https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst)
- [Commits](dgilland/pydash@v5.1.2...v6.0.0)

---
updated-dependencies:
- dependency-name: pydash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 3, 2023
@ArslanSB ArslanSB force-pushed the master branch 2 times, most recently from d709bbc to 7a61e11 Compare June 6, 2024 16:12
@raro42 raro42 force-pushed the dependabot/pip/backend/behave/pydash-6.0.0 branch from d81ff58 to 24f17bb Compare June 7, 2024 06:29
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.

4 participants