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 pydantic from 1.10.10 to 2.4.2 in /docker/duoadmin3 #20552

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps pydantic from 1.10.10 to 2.4.2.

Release notes

Sourced from pydantic's releases.

v2.4.2 2023-09-27

What's Changed

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.4.1...v2.4.2/

v2.4.1 2023-09-26

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.4.0...v2.4.1/

v2.4.0 2023-09-25

What's Changed

Packaging

New Features

Changes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.4.2 (2023-09-27)

GitHub release

What's Changed

Fixes

New Contributors

v2.4.1 (2023-09-26)

GitHub release

What's Changed

Packaging

Fixes

v2.4.0 (2023-09-22)

GitHub release

What's Changed

Packaging

New Features

... (truncated)

Commits
  • d1634da Prepare relese 2.4.2 (#7671)
  • 0e33bd0 Update Pydantic V1 to 1.10.13 (#7675)
  • 154e679 docs: Mixing of V1/V2 models is not supported in generics (#7663)
  • 7193693 Added small note to use ValidationInfo over FieldValidationInfo. (#7670)
  • 1377c04 Fix xfailed test for generic model signatures (#7658)
  • ea9aa13 Fix models_json_schema for generic models (#7654)
  • 97c0199 Fix json schema generation for recursive models (#7653)
  • 861cfe3 Revert "Fix typo in docs for new private dunder pydantic method names (#7657)...
  • 24e9222 Fix typo in docs for new private dunder pydantic method names (#7657)
  • c04e8e2 Correct allowed formats for datetime.timedelta parsing in docs (#7652)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2023
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/duoadmin3:1.0.0.75775
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/duoadmin3/tags
Get started by pulling the image:

docker pull devdemisto/duoadmin3:1.0.0.75775

Docker Metadata

  • Image Size: 28.69 MB
  • Image ID: sha256:e446fa2e4abdb886e47837773c870f451ab964cd85c56200861cb73b6a460b9b
  • Created: 2023-09-28T14:33:15.782760694Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/duoadmin3:1.0.0.75775
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:a13d23402281fabf046f06055dd131bd045d4809
    • org.opencontainers.image.version:1.0.0.75775

@dependabot dependabot bot force-pushed the dependabot/pip/docker/duoadmin3/pydantic-2.4.2 branch from a13d234 to 4c16c7e Compare September 28, 2023 15:17
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/duoadmin3:1.0.0.75794
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/duoadmin3/tags
Get started by pulling the image:

docker pull devdemisto/duoadmin3:1.0.0.75794

Docker Metadata

  • Image Size: 28.69 MB
  • Image ID: sha256:b2dfab7676d7d59eff27bfd1b68aedea5e40b52a37b5ea140f77c6109d9604a0
  • Created: 2023-09-28T15:18:56.77985657Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/duoadmin3:1.0.0.75794
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:4c16c7e6d7d6169996fc244c52eda92dd50526dc
    • org.opencontainers.image.version:1.0.0.75794

@dependabot dependabot bot force-pushed the dependabot/pip/docker/duoadmin3/pydantic-2.4.2 branch from 4c16c7e to 0e24ffd Compare September 29, 2023 14:37
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/duoadmin3:1.0.0.75834
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/duoadmin3/tags
Get started by pulling the image:

docker pull devdemisto/duoadmin3:1.0.0.75834

Docker Metadata

  • Image Size: 28.69 MB
  • Image ID: sha256:394ee64a44d422b7d79d79b20101d365d50d8da2588bcc322df59332cb95fbe7
  • Created: 2023-09-29T14:39:11.850795328Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/duoadmin3:1.0.0.75834
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:0e24ffd76cac82f11ef48aee0458ae3a9dbcae1e
    • org.opencontainers.image.version:1.0.0.75834

@dependabot dependabot bot force-pushed the dependabot/pip/docker/duoadmin3/pydantic-2.4.2 branch from 0e24ffd to 71fcd5e Compare October 3, 2023 01:11
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/duoadmin3:1.0.0.76485
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/duoadmin3/tags
Get started by pulling the image:

docker pull devdemisto/duoadmin3:1.0.0.76485

Docker Metadata

  • Image Size: 28.69 MB
  • Image ID: sha256:5501f88f14a97e6e1e0ff7e5d02fe591f7d009904b041842504e30cb6d4b9a51
  • Created: 2023-10-03T01:13:19.62209307Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/duoadmin3:1.0.0.76485
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:71fcd5e898ab7fe9554f75be4b3ba61a95b35355
    • org.opencontainers.image.version:1.0.0.76485

@dependabot dependabot bot force-pushed the dependabot/pip/docker/duoadmin3/pydantic-2.4.2 branch 2 times, most recently from eca4823 to c418d53 Compare October 4, 2023 14:24
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/duoadmin3:1.0.0.76664
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/duoadmin3/tags
Get started by pulling the image:

docker pull devdemisto/duoadmin3:1.0.0.76664

Docker Metadata

  • Image Size: 28.69 MB
  • Image ID: sha256:6adaf56e645f857f09e74fcc586a6cd554794d061232de09f176061caa9b24cb
  • Created: 2023-10-04T14:26:22.032350167Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/duoadmin3:1.0.0.76664
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:c418d53dbee1f4c8b7dd7b24f20179ed765ff99b
    • org.opencontainers.image.version:1.0.0.76664

@dependabot dependabot bot force-pushed the dependabot/pip/docker/duoadmin3/pydantic-2.4.2 branch from c418d53 to 3348ba0 Compare October 11, 2023 08:31
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/duoadmin3:1.0.0.77033
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/duoadmin3/tags
Get started by pulling the image:

docker pull devdemisto/duoadmin3:1.0.0.77033

Docker Metadata

  • Image Size: 29.07 MB
  • Image ID: sha256:f16c8729cd88dbfdded12af19d51c7766de5d6dc0509a02570bca52dadab9960
  • Created: 2023-10-11T08:33:25.711528307Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/duoadmin3:1.0.0.77033
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:3348ba01d52158e9183607e0e9826162b12d7eec
    • org.opencontainers.image.version:1.0.0.77033

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.10 to 2.4.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.10...v2.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/docker/duoadmin3/pydantic-2.4.2 branch from 3348ba0 to 204fe4d Compare October 18, 2023 14:46
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/duoadmin3:1.0.0.78501
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/duoadmin3/tags
Get started by pulling the image:

docker pull devdemisto/duoadmin3:1.0.0.78501

Docker Metadata

  • Image Size: 29.56 MB
  • Image ID: sha256:be0a7be6666781bfbdb17e8e9083cc275238fb5fa7d0d9d2a6924be860361780
  • Created: 2023-10-18T14:48:23.407105624Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/duoadmin3:1.0.0.78501
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:204fe4decf09442048d339f8599bc4ebe3869b15
    • org.opencontainers.image.version:1.0.0.78501

Copy link

stale bot commented Nov 2, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.

If you'd like to keep it open, please leave a comment with the status of the PR.

Thank you for your contribution!

@stale stale bot added the stale label Nov 2, 2023
Copy link

stale bot commented Nov 10, 2023

This pull request has been automatically closed because there has been no activity for 21 days.

Please feel free to reopen it (or open a new one) if the proposed change is still appropriate.

Thank you for your contribution!

@stale stale bot closed this Nov 10, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

@dependabot dependabot bot deleted the dependabot/pip/docker/duoadmin3/pydantic-2.4.2 branch November 10, 2023 11:02
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 stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant