Skip to content

Update cryptography requirement from <37.0.0,>=36.0.0 to >=36.0.0,<38.0.0 #2241

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2022

Updates the requirements on cryptography to permit the latest version.

Changelog

Sourced from cryptography's changelog.

37.0.0 - 2022-04-26


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.2.
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL 2.9.x and 3.0.x.
  The new minimum LibreSSL version is 3.1+.
* **BACKWARDS INCOMPATIBLE:** Removed ``signer`` and ``verifier`` methods
  from the public key and private key classes. These methods were originally
  deprecated in version 2.0, but had an extended deprecation timeline due
  to usage. Any remaining users should transition to ``sign`` and ``verify``.
* Deprecated OpenSSL 1.1.0 support. OpenSSL 1.1.0 is no longer supported by
  the OpenSSL project. The next release of ``cryptography`` will be the last
  to support compiling with OpenSSL 1.1.0.
* Deprecated Python 3.6 support. Python 3.6 is no longer supported by the
  Python core team. Support for Python 3.6 will be removed in a future
  ``cryptography`` release.
* Deprecated the current minimum supported Rust version (MSRV) of 1.41.0.
  In the next release we will raise MSRV to 1.48.0. Users with the latest
  ``pip`` will typically get a wheel and not need Rust installed, but check
  :doc:`/installation` for documentation on installing a newer ``rustc`` if
  required.
* Deprecated
  :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5`,
  :class:`~cryptography.hazmat.primitives.ciphers.algorithms.SEED`,
  :class:`~cryptography.hazmat.primitives.ciphers.algorithms.IDEA`, and
  :class:`~cryptography.hazmat.primitives.ciphers.algorithms.Blowfish` because
  they are legacy algorithms with extremely low usage. These will be removed
  in a future version of ``cryptography``.
* Added limited support for distinguished names containing a bit string.
* We now ship ``universal2`` wheels on macOS, which contain both ``arm64``
  and ``x86_64`` architectures. Users on macOS should upgrade to the latest
  ``pip`` to ensure they can use this wheel, although we will continue to
  ship ``x86_64`` specific wheels for now to ease the transition.
* This will be the final release for which we ship ``manylinux2010`` wheels.
  Going forward the minimum supported ``manylinux`` ABI for our wheels will
  be ``manylinux2014``. The vast majority of users will continue to receive
  ``manylinux`` wheels provided they have an up to date ``pip``. For PyPy
  wheels this release already requires ``manylinux2014`` for compatibility
  with binaries distributed by upstream.
* Added support for multiple
  :class:`~cryptography.x509.ocsp.OCSPSingleResponse` in a
  :class:`~cryptography.x509.ocsp.OCSPResponse`.
* Restored support for signing certificates and other structures in
  :doc:`/x509/index` with SHA3 hash algorithms.
* :class:`~cryptography.hazmat.primitives.ciphers.algorithms.TripleDES` is
  disabled in FIPS mode.
* Added support for serialization of PKCS#12 CA friendly names/aliases in
  :func:`~cryptography.hazmat.primitives.serialization.pkcs12.serialize_key_and_certificates`
* Added support for 12-15 byte (96 to 120 bit) nonces to
  :class:`~cryptography.hazmat.primitives.ciphers.aead.AESOCB3`. This class
</tr></table> 

... (truncated)

Commits

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)

Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@36.0.0...37.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  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 Apr 27, 2022
@Rosencrantz Rosencrantz merged commit e6bdfd2 into develop May 6, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/cryptography-gte-36.0.0-and-lt-38.0.0 branch May 6, 2022 07:13
Rosencrantz added a commit that referenced this pull request Jun 1, 2022
* Bump flask from 2.0.2 to 2.0.3 (#2136)

Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.0.2...2.0.3)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @alephdata/followthemoney from 2.8.2 to 2.8.3 in /ui (#2142)
* Bump followthemoney from 2.8.2 to 2.8.3 (#2141)
* Bump servicelayer[amazon,google] from 1.18.2 to 1.19.0 (#2143)
* Set the node-sass version to 6.0.1 until we can start using dart instead (#2145)
* Bump normality from 2.2.5 to 2.3.1 (#2153)
* Bump sqlalchemy from 1.4.31 to 1.4.32 (#2148)
* Fix search handler on home screen

The `HomeScreen` component needs to be wrapped in the `withRouter` HOC in order to have access to the `navigate` prop.

* Bump followthemoney from 2.8.3 to 2.8.5 (#2166)
* Bump urllib3 from 1.26.8 to 1.26.9 (#2165)
* Bump alembic from 1.7.6 to 1.7.7 (#2161)
* Bump @alephdata/followthemoney from 2.8.3 to 2.8.4 in /ui (#2151)
* Add French translations into Aleph
* Fix helm build

following recommendation and switching from using @master to @v0

* Bump @blueprintjs/core from 3.52.0 to 3.54.0 in /ui (#2172)
* Bump @formatjs/intl-relativetimeformat from 9.5.2 to 10.0.1 in /ui (#2184)
* Bump @blueprintjs/select from 3.18.11 to 3.19.1 in /ui (#2181)
* Bump flask-talisman from 0.8.1 to 1.0.0 (#2167)
* Bump @alephdata/followthemoney from 2.8.4 to 2.9.0 in /ui (#2197)
* Bump normality from 2.3.1 to 2.3.2 (#2177)
* Bump followthemoney from 2.8.5 to 2.9.0 (#2186)
* Fixed Gunicorn worker timout issue (#2226)

Co-authored-by: Grypus <grypus@Grypus.local>

* Remove ALEPH_SAMPLE_SEARCHES from aleph.env.tmpl (#2242)
* Remove ALEPH_APP_TITLE and ALEPH_SAMPLE_SEARCHES from aleph.env.tmpl
* ALEPH_APP_TITLE back

Co-authored-by: Matvey <realsmych@gmail.com>

* Bump followthemoney from 2.9.0 to 2.9.1 (#2221)

Bumps [followthemoney](https://github.com/alephdata/followthemoney) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/alephdata/followthemoney/releases)
- [Commits](alephdata/followthemoney@v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: followthemoney
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump normality from 2.3.2 to 2.3.3 (#2212)

Bumps [normality](https://github.com/pudo/normality) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/pudo/normality/releases)
- [Commits](pudo/normality@2.3.2...2.3.3)

---
updated-dependencies:
- dependency-name: normality
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @alephdata/followthemoney from 2.9.0 to 2.9.1 in /ui (#2230)

Bumps [@alephdata/followthemoney](https://github.com/alephdata/followthemoney) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/alephdata/followthemoney/releases)
- [Commits](alephdata/followthemoney@v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: "@alephdata/followthemoney"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsonschema from 4.4.0 to 4.5.1 (#2258)

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.4.0 to 4.5.1.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.4.0...v4.5.1)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump file-selector from 0.2.4 to 0.6.0 in /ui (#2253)

Bumps [file-selector](https://github.com/react-dropzone/file-selector) from 0.2.4 to 0.6.0.
- [Release notes](https://github.com/react-dropzone/file-selector/releases)
- [Commits](react-dropzone/file-selector@v0.2.4...v0.6.0)

---
updated-dependencies:
- dependency-name: file-selector
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sqlalchemy from 1.4.32 to 1.4.36 (#2240)

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.32 to 1.4.36.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update cryptography requirement (#2241)

Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@36.0.0...37.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump apispec from 5.1.1 to 5.2.1 (#2247)

Bumps [apispec](https://github.com/marshmallow-code/apispec) from 5.1.1 to 5.2.1.
- [Release notes](https://github.com/marshmallow-code/apispec/releases)
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@5.1.1...5.2.1)

---
updated-dependencies:
- dependency-name: apispec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add config file examples for traefik/keycloak/minio setup (#2260)
* Pass is_admin to Role#load_or_create() based on ALEPH_ADMINS (#2246)
* Pass is_admin to Role#load_or_create() based on ALEPH_ADMINS
* Move is_auto_admin to aleph.util
* Add newline

Co-authored-by: Matvey <realsmych@gmail.com>
Co-authored-by: Tarashish Mishra <sunu@users.noreply.github.com>

* Bump followthemoney from 2.9.1 to 2.9.2 (#2267)

Bumps [followthemoney](https://github.com/alephdata/followthemoney) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/alephdata/followthemoney/releases)
- [Commits](alephdata/followthemoney@v2.9.1...v2.9.2)

---
updated-dependencies:
- dependency-name: followthemoney
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the FtM version, should fix trips (#2279)
* Bump apispec from 5.2.1 to 5.2.2 (#2272)

Bumps [apispec](https://github.com/marshmallow-code/apispec) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/marshmallow-code/apispec/releases)
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@5.2.1...5.2.2)

---
updated-dependencies:
- dependency-name: apispec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump babel from 2.9.1 to 2.10.1 (#2224)

Bumps [babel](https://github.com/python-babel/babel) from 2.9.1 to 2.10.1.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.9.1...v2.10.1)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Concatenate error messages for the same path (#2273)
* Concatenate error messages for the same path
* Simplify tests

Co-authored-by: Matvey <realsmych@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Haffenden <steve.haffenden@gmail.com>
Co-authored-by: Till Prochaska <mail@tillprochaska.de>
Co-authored-by: PitaHat <79198460+PitaHat@users.noreply.github.com>
Co-authored-by: Grypus <grypus@Grypus.local>
Co-authored-by: Matvey Smychkov <msmych@yandex.com>
Co-authored-by: Matvey <realsmych@gmail.com>
Co-authored-by: Marina Brown <catskillmarina@gmail.com>
Rosencrantz added a commit that referenced this pull request Jun 1, 2022
* Bump flask from 2.0.2 to 2.0.3 (#2136)

Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.0.2...2.0.3)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @alephdata/followthemoney from 2.8.2 to 2.8.3 in /ui (#2142)

* Bump followthemoney from 2.8.2 to 2.8.3 (#2141)

* Bump servicelayer[amazon,google] from 1.18.2 to 1.19.0 (#2143)

* Set the node-sass version to 6.0.1 until we can start using dart instead (#2145)

* Bump normality from 2.2.5 to 2.3.1 (#2153)

* Bump sqlalchemy from 1.4.31 to 1.4.32 (#2148)

* Fix search handler on home screen

The `HomeScreen` component needs to be wrapped in the `withRouter` HOC in order to have access to the `navigate` prop.

* Bump followthemoney from 2.8.3 to 2.8.5 (#2166)

* Bump urllib3 from 1.26.8 to 1.26.9 (#2165)

* Bump alembic from 1.7.6 to 1.7.7 (#2161)

* Bump @alephdata/followthemoney from 2.8.3 to 2.8.4 in /ui (#2151)

* Add French translations into Aleph

* Fix helm build

following recommendation and switching from using @master to @v0

* Bump @blueprintjs/core from 3.52.0 to 3.54.0 in /ui (#2172)

* Bump @formatjs/intl-relativetimeformat from 9.5.2 to 10.0.1 in /ui (#2184)

* Bump @blueprintjs/select from 3.18.11 to 3.19.1 in /ui (#2181)

* Bump flask-talisman from 0.8.1 to 1.0.0 (#2167)

* Bump @alephdata/followthemoney from 2.8.4 to 2.9.0 in /ui (#2197)

* Bump normality from 2.3.1 to 2.3.2 (#2177)

* Bump followthemoney from 2.8.5 to 2.9.0 (#2186)

* Fixed Gunicorn worker timout issue (#2226)

Co-authored-by: Grypus <grypus@Grypus.local>

* Remove ALEPH_SAMPLE_SEARCHES from aleph.env.tmpl (#2242)

* Remove ALEPH_APP_TITLE and ALEPH_SAMPLE_SEARCHES from aleph.env.tmpl

* ALEPH_APP_TITLE back

Co-authored-by: Matvey <realsmych@gmail.com>

* Bump followthemoney from 2.9.0 to 2.9.1 (#2221)

Bumps [followthemoney](https://github.com/alephdata/followthemoney) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/alephdata/followthemoney/releases)
- [Commits](alephdata/followthemoney@v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: followthemoney
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump normality from 2.3.2 to 2.3.3 (#2212)

Bumps [normality](https://github.com/pudo/normality) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/pudo/normality/releases)
- [Commits](pudo/normality@2.3.2...2.3.3)

---
updated-dependencies:
- dependency-name: normality
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @alephdata/followthemoney from 2.9.0 to 2.9.1 in /ui (#2230)

Bumps [@alephdata/followthemoney](https://github.com/alephdata/followthemoney) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/alephdata/followthemoney/releases)
- [Commits](alephdata/followthemoney@v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: "@alephdata/followthemoney"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsonschema from 4.4.0 to 4.5.1 (#2258)

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.4.0 to 4.5.1.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.4.0...v4.5.1)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump file-selector from 0.2.4 to 0.6.0 in /ui (#2253)

Bumps [file-selector](https://github.com/react-dropzone/file-selector) from 0.2.4 to 0.6.0.
- [Release notes](https://github.com/react-dropzone/file-selector/releases)
- [Commits](react-dropzone/file-selector@v0.2.4...v0.6.0)

---
updated-dependencies:
- dependency-name: file-selector
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sqlalchemy from 1.4.32 to 1.4.36 (#2240)

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.32 to 1.4.36.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update cryptography requirement (#2241)

Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@36.0.0...37.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump apispec from 5.1.1 to 5.2.1 (#2247)

Bumps [apispec](https://github.com/marshmallow-code/apispec) from 5.1.1 to 5.2.1.
- [Release notes](https://github.com/marshmallow-code/apispec/releases)
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@5.1.1...5.2.1)

---
updated-dependencies:
- dependency-name: apispec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add config file examples for traefik/keycloak/minio setup (#2260)

* Pass is_admin to Role#load_or_create() based on ALEPH_ADMINS (#2246)

* Pass is_admin to Role#load_or_create() based on ALEPH_ADMINS

* Move is_auto_admin to aleph.util

* Add newline

Co-authored-by: Matvey <realsmych@gmail.com>
Co-authored-by: Tarashish Mishra <sunu@users.noreply.github.com>

* Bump followthemoney from 2.9.1 to 2.9.2 (#2267)

Bumps [followthemoney](https://github.com/alephdata/followthemoney) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/alephdata/followthemoney/releases)
- [Commits](alephdata/followthemoney@v2.9.1...v2.9.2)

---
updated-dependencies:
- dependency-name: followthemoney
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the FtM version, should fix trips (#2279)

* Bump apispec from 5.2.1 to 5.2.2 (#2272)

Bumps [apispec](https://github.com/marshmallow-code/apispec) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/marshmallow-code/apispec/releases)
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@5.2.1...5.2.2)

---
updated-dependencies:
- dependency-name: apispec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump babel from 2.9.1 to 2.10.1 (#2224)

Bumps [babel](https://github.com/python-babel/babel) from 2.9.1 to 2.10.1.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.9.1...v2.10.1)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Concatenate error messages for the same path (#2273)

* Concatenate error messages for the same path

* Simplify tests

Co-authored-by: Matvey <realsmych@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tarashish Mishra <sunu0000@gmail.com>
Co-authored-by: Till Prochaska <mail@tillprochaska.de>
Co-authored-by: PitaHat <79198460+PitaHat@users.noreply.github.com>
Co-authored-by: Grypus <grypus@Grypus.local>
Co-authored-by: Matvey Smychkov <msmych@yandex.com>
Co-authored-by: Matvey <realsmych@gmail.com>
Co-authored-by: Marina Brown <catskillmarina@gmail.com>
Co-authored-by: Tarashish Mishra <sunu@users.noreply.github.com>
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.

1 participant