aboutsummaryrefslogtreecommitdiffstats
path: root/poetry.lock (follow)
Commit message (Collapse)AuthorAgeLines
* Add GitHub Artifact API ViewGravatar Hassan Abouelela2022-07-12-1/+66
| | | | | | Adds an API route to fetch GitHub build artifacts through a GitHub app. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump Django To 4.0Gravatar Hassan Abouelela2022-07-11-17/+21
| | | | | | Bumps the django version to 4.0, and DRF for compatibility. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump Django To 3.2Gravatar Hassan Abouelela2022-07-11-8/+5
| | | | | | | | | | Bumps the current django version to 3.2 For the most part, there are no major changes here. The app configuration names were incorrect, and the new version no longer ignores that, so those were updated. The new version also requires explicitly defining the field type for primary keys if they are not defined on the model. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump flake8-bandit To v3Gravatar Hassan Abouelela2022-07-11-156/+115
| | | | | | | | | | | Bumps flake-bandit to v3 to fix an incompatibility with the bandit package. This also bumps flake8-annotations to a legally acceptable version, which introduces ANN401, which disallows `typing.Any` annotations (for the most part, refer to the docs). Signed-off-by: Hassan Abouelela <[email protected]>
* Switch Out requests For httpxGravatar Hassan Abouelela2022-07-11-10/+110
| | | | | | | | The requests library has been replaced by httpx. It's a drop-in replacement, but provides a better interface for certain things, such as client sessions, and sync/async support. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-mainGravatar Hassan Abouelela2022-01-31-20/+25
|\ | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # poetry.lock # pyproject.toml
| * Update pyfakefs to 4.5Gravatar Johannes Christ2022-01-30-5/+5
| | | | | | | | This is required to allow running tests on 3.10.
| * Bump drf up to 3.12.0Gravatar Chris Lovering2021-12-13-81/+118
| | | | | | | | This is to add support for Django 3.1's database-agnositic JSONField.
| * Bump django from 3.1.13 to 3.1.14Gravatar dependabot[bot]2021-12-11-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 3.1.13 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.13...3.1.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
| * Update `django-filter` for new Django versionGravatar Johannes Christ2021-11-27-6/+6
| |
| * Bump django from 3.0.14 to 3.1.13Gravatar dependabot[bot]2021-11-26-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 3.0.14 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.14...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
| * Adds Django Distill To ProjectGravatar Hassan Abouelela2021-10-10-1/+16
| | | | | | | | | | Adds django-distill to dependencies, and lays the basic groundwork to start building static routes. Adds a poetry task to help with testing.
| * Merge branch 'master' into subdomains-to-query-pathsGravatar Johannes Christ2021-10-06-107/+179
| |\
| | * Pin psycopg version and re-lockGravatar Chris Lovering2021-09-22-100/+138
| | | | | | | | | | | | | | | | | | For some reason the lock file was out of date, which caused issues when trying to poetry install on Windows without build tools. psycopg had to be pinned to ~=2.8.0 as 2.9 introduces an issue with us not setting the db connection to UTC
| * | Move subdomains to query paths.Gravatar Johannes Christ2021-06-08-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In more detail: - Use Django URL namespaces (e.g. `api:bot:infractions`) instead of `django_hosts` host argument. - Update the hosts file setup documentation to remove subdomain entries. - Update the hosts file setup documentation to mention that the entry of `pythondiscord.local` is not required and mainly for convenience. - Rename the `APISubdomainTestCase` to the more fitting `AuthenticatedAPITestCase`, as authentication is all that is left that the class is doing. - Drop dependency to `django_hosts`.
* | | Clean up dependency file and bump simple-bulma.Gravatar Leon Sandøy2022-01-27-189/+208
| | |
* | | Merge with main, resolve conflicts.Gravatar swfarnsworth2021-09-05-0/+30
|\ \ \ | | |/ | |/|
| * | Install Django prometheusGravatar Joe Banks2021-09-02-1/+31
| |/
* | fix: Pin `psycopg2-binary` to v2.8.*Gravatar Vivaan Verma2021-08-12-32/+38
| | | | | | | | `psycopg2-binary` introduced a change that cause Django to break in v2.9. Without this pin, starting up the site raises an `AssertionError: database connection isn't set to UTC`
* | chore: Update django-simple-bulma from v2.1 to v2.4Gravatar Vivaan Verma2021-08-12-130/+162
|/ | | | This is needed because the flexbox helper classes were only introduced in later versions (Bulma v0.9.1 and djano-simple-bulma v2.4.0)
* Replace pipenv with poetryGravatar Chris2021-05-17-0/+1111
| | | | Including the pre-commit config here too, so I can actually lint
* [#193] Replace Poetry with PipenvGravatar Gareth Coles2019-04-05-370/+0
|
* Update Django to 2.1.7.Gravatar Johannes Christ2019-02-18-27/+54
|
* Use poetry for dependency managemnet.Gravatar Johannes Christ2019-02-05-0/+343