mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 12:16:21 +02:00
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
Build, Tag and Push Container Images to GAR Repository / build-and-push-syncstorage-rs (push) Has been cancelled
Build, Tag and Push Container Images to GAR Repository / build-and-push-syncserver-postgres (push) Has been cancelled
Build, Tag and Push Container Images to GAR Repository / build-and-push-syncstorage-rs-spanner-python-utils (push) Has been cancelled
Build, Tag and Push Container Images to GAR Repository / build-and-push-syncserver-postgres-python-utils (push) Has been cancelled
Build, Tag and Push Container Images to GAR Repository / build-and-push-syncserver-mysql (push) Has been cancelled
MySQL Build and Test / build-and-test-mysql (push) Has been cancelled
MySQL Build and Test / build-mysql-image (push) Has been cancelled
MySQL Build and Test / mysql-e2e-tests (push) Has been cancelled
Postgres Build and Test / build-and-test-postgres (push) Has been cancelled
Postgres Build and Test / build-postgres-image (push) Has been cancelled
Postgres Build and Test / postgres-e2e-tests (push) Has been cancelled
Publish Sync docs to pages / build-mdbook (push) Has been cancelled
Publish Sync docs to pages / build-openapi (push) Has been cancelled
Publish Sync docs to pages / combine-and-prepare (push) Has been cancelled
Publish Sync docs to pages / deploy (push) Has been cancelled
Spanner Build, Test, and Push / build-and-test-spanner (push) Has been cancelled
Spanner Build, Test, and Push / build-spanner-image (push) Has been cancelled
Spanner Build, Test, and Push / spanner-e2e-tests (push) Has been cancelled
Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.2 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.2...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48 lines
1.0 KiB
TOML
48 lines
1.0 KiB
TOML
[project]
|
|
name = "syncstorage-rs"
|
|
version = "0.1.0"
|
|
description = "Python dependencies for the root of the syncstorage-rs project"
|
|
authors = [
|
|
{name = "Taddes",email = "tkorris@mozilla.com"}
|
|
]
|
|
license = "Mozilla Public License Version 2.0"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9.2"
|
|
|
|
[tool.poetry]
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
cryptography = "^46.0.5"
|
|
pyfxa = "^0.8.1"
|
|
tokenlib = "^2.0.0"
|
|
|
|
[tool.poetry.group.tokenserver-unit-tests.dependencies]
|
|
cryptography = "46.0.5"
|
|
hawkauthlib = "^2.0.0"
|
|
konfig = "^1.1"
|
|
mysqlclient = "^2.2.7"
|
|
psutil = "^7.0.0"
|
|
pyjwt = "^2.10.1"
|
|
pyramid = "^1.10.8"
|
|
pyramid-hawkauth = "^2.0.0"
|
|
pyfxa = "0.8.1"
|
|
pytest = "^8.4.0"
|
|
requests = "^2.32.4"
|
|
simplejson = "^3.20.1"
|
|
sqlalchemy = "^1.4.46"
|
|
tokenlib = "^2.0.0"
|
|
webtest = "^3.0.6"
|
|
wsgiproxy2 = "^0.5.1"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
mypy = "^1.16.0"
|
|
pydocstyle = "^6.3.0"
|
|
ruff = "^0.12.7"
|
|
black = "^25.1.0"
|
|
bandit = "^1.8.3"
|
|
isort = "^6.0.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api" |