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

fix(deps): update dependency pybotx to >=0.66.1,<0.67.0 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pybotx >=0.42.0,<0.45.0 -> >=0.66.1,<0.67.0 age adoption passing confidence

Release Notes

ExpressApp/pybotx (pybotx)

v0.66.1: (May 22, 2024)

Compare Source

Fixed
  • add new fields in event_edit

v0.66.0: (Apr 12, 2024)

Compare Source

Added
  • A method for sending a smartapp manifest with full screen parameters to BotX
  • Additional parameters for the Forward class
  • Support for passing URLs to bot buttons
Fixed
  • Unverified request error due to invalid iat

v0.65.0: (Mar 26, 2024)

Compare Source

Changed
  • The host attribute of the BotAccountWithSecret class has been replaced with cts_host.
Fixed
  • Invalid issuer error during incoming request verification if the bot host contains url parts other than the domain.

v0.64.0: (Mar 22, 2024)

Compare Source

Added
  • Transfer protocol for bot account hosts support.
  • Python 3.12 support.
  • Aiofiles version bump.

v0.63.0: (Feb 22, 2024)

Compare Source

Added
  • Verification of incoming BotX requests

v0.62.1: (Feb 02, 2024)

Compare Source

Fixed
  • Change attachment voice extension

v0.62.0: (Jan 22, 2024)

Compare Source

Added
  • The ability to disable logging of incoming requests

v0.61.4: (Jan 19, 2024)

Compare Source

Added
  • Attachments and entities in system event: event_edit

v0.61.3: (Jan 12, 2024)

Compare Source

Added
  • System event: event_edit

v0.61.2: (Jan 9, 2024)

Compare Source

Fixed
  • UnicodeDecodeError in users_as_csv method

v0.61.1: (Dec 14, 2023)

Compare Source

Fixed
  • Empty incoming attachment

v0.61.0: (Nov 24, 2023)

Compare Source

Added
  • URL path support for bots' hosts

v0.60.3: (Nov 8, 2023)

Compare Source

Fixed
  • Bump httpx from 0.23.0 to ^0.25.0
  • Bump autoflake from 1.4.0 to 1.7.8
  • Bump respx from 0.19.0 to 0.20.2

v0.60.2: (Nov 7, 2023)

Compare Source

Fixed
  • Creator id in open chats info

v0.60.1: (Nov 3, 2023)

Compare Source

Fixed
  • Request fields order in custom SmartApp notifications

v0.60.0: (Oct 20, 2023)

Compare Source

Added
  • /api/v4/botx/smartapps/notification support

v0.59.0: (Sep 22, 2023)

Compare Source

Added
  • Method for getting a list of bots

v0.58.0: (Sep 18, 2023)

Compare Source

Added
  • Method for collect metrics

v0.57.0: (Jul 27, 2023)

Compare Source

Added
  • Method for deleting a message.

v0.56.0: (Jul 26, 2023)

Compare Source

Added
  • Method for search user by emails.

v0.55.8: 0.55.8 (Jul 25, 2023)

Compare Source

Fixed

  • Getting sticker packs

v0.55.7

Compare Source

Added
  • Add default button center align.

v0.55.6

Compare Source

Fixed
  • Made _UndefinedType as a Singleton class.

v0.55.5

Compare Source

Fixed
  • replaced avatar return type from BotXAPIAttachment to base64 string

v0.55.4

Compare Source

Added
  • Human-friendly markup representantion to improve testing

v0.55.3: (Jun 2, 2023)

Compare Source

Changed

v0.55.2: (May 24, 2023)

Compare Source

Updated
  • Add Python 3.11 support

v0.55.1: (Apr 5, 2023)

Compare Source

Added
  • user_udid parsing

v0.55.0: (Feb 20, 2023)

Compare Source

Added
  • Method to upload smartapp static file to file storage.

v0.54.0: (Jan 24, 2023)

Compare Source

Added
  • Method to refresh OpenID access token.

v0.53.2: (Jan 23, 2023)

Compare Source

Added
  • Option for encrypting payload in send_smartapp_event method.

v0.53.1: (Jan 19, 2023)

Compare Source

Changed
  • Update dependencies

v0.53.0: (Jan 18, 2023)

Compare Source

Added
  • botx sync source type.
  • Processsing of unsupported sync source types.

v0.52.1: (Jan 18, 2023)

Compare Source

Added
  • Imports of public classes

v0.52.0: (Dec 15, 2022)

Compare Source

Changed
  • Separate "UNSUPPORTED" chat type from ChatTypes.

v0.51.2: (Nov 1, 2022)

Compare Source

Fixed
  • Throw exception in logs if bot can't get token.
Changed
  • NamedTemporaryFile was replaced with SpooledTemporaryFile in users_as_csv method.

v0.51.1: (Oct 31, 2022)

Compare Source

Updated
  • Bump upper pydantic version to 1.11.0.

v0.50.0: (Oct 25, 2022)

Compare Source

Added
  • user_kind field to Users API.

v0.49.0: (Aug 12, 2022)

Compare Source

Added
  • unregistered and guest user types
  • Processing of unsupported user types

v0.48.0: (Aug 1, 2022)

Compare Source

Added
  • shared_history field to chats API.

v0.47.0: (July 21, 2022)

Compare Source

Added
  • Method for getting a list of SmartApps on the current CTS.

v0.46.0: (July 20, 2022)

Compare Source

Added
  • Method for updating the user profile.

v0.45.1: (July 18, 2022)

Compare Source

Added
  • Methd to search for a user by other_id.

v0.44.2: (July 5, 2022)

Compare Source

Added
  • Processing of unsupported chat types.

v0.44.1: (Jun 7, 2022)

Compare Source

Update
  • Bump httpx version to 0.23.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 18, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Creating virtualenv pybotx-smartapp-smart-logger-x8SX8hwD-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...


Because no versions of pybotx-smartapp-rpc match >0.5.0,<0.5.1 || >0.5.1,<0.5.2 || >0.5.2,<0.5.3 || >0.5.3,<0.5.4 || >0.5.4,<0.5.5 || >0.5.5,<0.5.6 || >0.5.6,<0.6.0
 and pybotx-smartapp-rpc (0.5.1) depends on pybotx (>=0.32.0,<0.47.0), pybotx-smartapp-rpc (>0.5.0,<0.5.2 || >0.5.2,<0.5.3 || >0.5.3,<0.5.4 || >0.5.4,<0.5.5 || >0.5.5,<0.5.6 || >0.5.6,<0.6.0) requires pybotx (>=0.32.0,<0.47.0).
And because pybotx-smartapp-rpc (0.5.2) depends on pybotx (>=0.44.1,<0.48.0)
 and pybotx-smartapp-rpc (0.5.3) depends on pybotx (>=0.44.1,<0.51.2), pybotx-smartapp-rpc (>0.5.0,<0.5.4 || >0.5.4,<0.5.5 || >0.5.5,<0.5.6 || >0.5.6,<0.6.0) requires pybotx (>=0.32.0,<0.51.2).
And because pybotx-smartapp-rpc (0.5.4) depends on pybotx (>=0.53.2,<0.54.0)
 and pybotx-smartapp-rpc (0.5.5) depends on pybotx (>=0.53.2,<0.55.0), pybotx-smartapp-rpc (>0.5.0,<0.5.6 || >0.5.6,<0.6.0) requires pybotx (>=0.32.0,<0.51.2 || >=0.53.2,<0.55.0).
And because pybotx-smartapp-rpc (0.5.6) depends on pybotx (>=0.53.2,<0.56.0)
 and pybotx-smartapp-rpc (0.5.0) depends on pybotx (>=0.32.0,<0.45.0), pybotx-smartapp-rpc (>=0.5.0,<0.6.0) requires pybotx (>=0.32.0,<0.51.2 || >=0.53.2,<0.56.0).
So, because pybotx-smartapp-smart-logger depends on both pybotx (>=0.66.0,<0.67.0) and pybotx-smartapp-rpc (>=0.5.0,<0.6.0), version solving failed.

@renovate renovate bot changed the title Update dependency pybotx to >=0.45.1,<0.46.0 Update dependency pybotx to >=0.46.0,<0.47.0 Jul 20, 2022
@renovate renovate bot changed the title Update dependency pybotx to >=0.46.0,<0.47.0 Update dependency pybotx to >=0.47.0,<0.48.0 Jul 21, 2022
@renovate renovate bot changed the title Update dependency pybotx to >=0.47.0,<0.48.0 Update dependency pybotx to >=0.48.0,<0.49.0 Aug 1, 2022
@renovate renovate bot changed the title Update dependency pybotx to >=0.48.0,<0.49.0 Update dependency pybotx to >=0.49.0,<0.50.0 Aug 12, 2022
@renovate renovate bot changed the title Update dependency pybotx to >=0.49.0,<0.50.0 fix(deps): update dependency pybotx to >=0.51.2,<0.52.0 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.51.2,<0.52.0 fix(deps): update dependency pybotx to >=0.55.0,<0.56.0 Mar 16, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.55.0,<0.56.0 fix(deps): update dependency pybotx to >=0.55.1,<0.56.0 Apr 17, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.55.1,<0.56.0 fix(deps): update dependency pybotx to >=0.55.2,<0.56.0 May 28, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.55.2,<0.56.0 fix(deps): update dependency pybotx to >=0.55.3,<0.56.0 Jun 2, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.55.3,<0.56.0 fix(deps): update dependency pybotx to >=0.55.4,<0.56.0 Jun 7, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.55.4,<0.56.0 fix(deps): update dependency pybotx to >=0.55.5,<0.56.0 Jun 8, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.55.5,<0.56.0 fix(deps): update dependency pybotx to >=0.55.6,<0.56.0 Jun 22, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.55.6,<0.56.0 fix(deps): update dependency pybotx to >=0.55.7,<0.56.0 Jun 22, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.55.7,<0.56.0 fix(deps): update dependency pybotx to >=0.55.8,<0.56.0 Jul 25, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.60.1,<0.61.0 fix(deps): update dependency pybotx to >=0.60.2,<0.61.0 Nov 7, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.60.2,<0.61.0 fix(deps): update dependency pybotx to >=0.60.3,<0.61.0 Nov 8, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.60.3,<0.61.0 fix(deps): update dependency pybotx to >=0.61.0,<0.62.0 Nov 24, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.61.0,<0.62.0 fix(deps): update dependency pybotx to >=0.61.1,<0.62.0 Dec 14, 2023
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.61.1,<0.62.0 fix(deps): update dependency pybotx to >=0.61.2,<0.62.0 Jan 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.61.2,<0.62.0 fix(deps): update dependency pybotx to >=0.61.3,<0.62.0 Jan 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.61.3,<0.62.0 fix(deps): update dependency pybotx to >=0.61.4,<0.62.0 Jan 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.61.4,<0.62.0 fix(deps): update dependency pybotx to >=0.62.0,<0.63.0 Jan 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.62.0,<0.63.0 fix(deps): update dependency pybotx to >=0.62.1,<0.63.0 Feb 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.62.1,<0.63.0 fix(deps): update dependency pybotx to >=0.63.0,<0.64.0 Feb 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.63.0,<0.64.0 fix(deps): update dependency pybotx to >=0.64.0,<0.65.0 Mar 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.64.0,<0.65.0 fix(deps): update dependency pybotx to >=0.65.0,<0.66.0 Mar 26, 2024
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.65.0,<0.66.0 fix(deps): update dependency pybotx to >=0.66.0,<0.67.0 Apr 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency pybotx to >=0.66.0,<0.67.0 fix(deps): update dependency pybotx to >=0.66.1,<0.67.0 May 22, 2024
Copy link
Contributor Author

renovate bot commented May 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Creating virtualenv pybotx-smartapp-smart-logger-x8SX8hwD-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...


Because no versions of pybotx-smartapp-rpc match >0.5.0,<0.5.1 || >0.5.1,<0.5.2 || >0.5.2,<0.5.3 || >0.5.3,<0.5.4 || >0.5.4,<0.5.5 || >0.5.5,<0.5.6 || >0.5.6,<0.6.0
 and pybotx-smartapp-rpc (0.5.1) depends on pybotx (>=0.32.0,<0.47.0), pybotx-smartapp-rpc (>0.5.0,<0.5.2 || >0.5.2,<0.5.3 || >0.5.3,<0.5.4 || >0.5.4,<0.5.5 || >0.5.5,<0.5.6 || >0.5.6,<0.6.0) requires pybotx (>=0.32.0,<0.47.0).
And because pybotx-smartapp-rpc (0.5.2) depends on pybotx (>=0.44.1,<0.48.0)
 and pybotx-smartapp-rpc (0.5.3) depends on pybotx (>=0.44.1,<0.51.2), pybotx-smartapp-rpc (>0.5.0,<0.5.4 || >0.5.4,<0.5.5 || >0.5.5,<0.5.6 || >0.5.6,<0.6.0) requires pybotx (>=0.32.0,<0.51.2).
And because pybotx-smartapp-rpc (0.5.4) depends on pybotx (>=0.53.2,<0.54.0)
 and pybotx-smartapp-rpc (0.5.5) depends on pybotx (>=0.53.2,<0.55.0), pybotx-smartapp-rpc (>0.5.0,<0.5.6 || >0.5.6,<0.6.0) requires pybotx (>=0.32.0,<0.51.2 || >=0.53.2,<0.55.0).
And because pybotx-smartapp-rpc (0.5.6) depends on pybotx (>=0.53.2,<0.56.0)
 and pybotx-smartapp-rpc (0.5.0) depends on pybotx (>=0.32.0,<0.45.0), pybotx-smartapp-rpc (>=0.5.0,<0.6.0) requires pybotx (>=0.32.0,<0.51.2 || >=0.53.2,<0.56.0).
So, because pybotx-smartapp-smart-logger depends on both pybotx (>=0.66.1,<0.67.0) and pybotx-smartapp-rpc (>=0.5.0,<0.6.0), version solving failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants