• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DemocracyClub / aggregator-api / 1786cb25-d9fb-4cf3-9b99-63ea1ce6585d

10 Oct 2024 09:52AM UTC coverage: 76.041%. Remained the same
1786cb25-d9fb-4cf3-9b99-63ea1ce6585d

Pull #548

circleci

web-flow
Bump cryptography from 42.0.5 to 43.0.1

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.5...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #548: Bump cryptography from 42.0.5 to 43.0.1

1187 of 1561 relevant lines covered (76.04%)

0.76 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/api/common/setup.py
1
#!/usr/bin/env python3
2

3
from setuptools import setup
×
4

5
setup(
×
6
    name="dc_api_common",
7
    version="0.0.4",
8
    description="Common elements to the DC API",
9
    author="Sym Roe",
10
    author_email="sym.roe@democracyclub.org.uk",
11
    setup_requires=["wheel"],
12
    packages=["common"],
13
    package_dir={"common": "."},
14
    install_requires=[
15
        "httpx[http2]==0.26.0",
16
        "mangum==0.17.0",
17
        "starlette==0.36.2",
18
        "dc-logging-utils @ git+https://github.com/DemocracyClub/dc_logging.git@1.0.2",
19
        "sentry-sdk[starlette]",
20
        "urllib3<2.0.0",
21
        "polars==0.20.21",
22
    ],
23
)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc