tenants2
tenants2 copied to clipboard
The JustFix tenant platform!
Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.20. Commits 19bc11f [3.2.x] Bumped version for 3.2.20 release. 454f2fb [3.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator a... 07cc014 [3.2.x] Added stub release...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.9. Release notes Sourced from pypdf2's releases. Version 1.27.9, 2022-04-24 What's Changed A change I would like to highlight is the performance improvement for large...
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
[sc-9606] Proof of concept for hosting la letter builder at app.justfix.nyc/en/laletterbuilder. tl;dr - would take some more work re-factoring routing and CSS (at the v least) to get this working....
This has happened twice now; once in reference to a WoW-specific function, I think, and [just now](https://rollbar.com/tenants2/tenants2/items/70/) for a function provided by NYCDB: ```pytb Traceback (most recent call last): File...
We have a `locale` property in the `JustfixUser` model that is set when the user first creates their account; it's based on the language the user is using at the...
While working on https://github.com/JustFixNYC/who-owns-what/pull/95 I ran into the [`jsx-no-target-blank`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-target-blank.md) rule and realized that the tenants app probably doesn't adhere to it, and it should. While we're at it, it might...