Skip to content
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

⬆️(project) upgrade python dependencies #55

Merged
merged 3 commits into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. ⬆️(project) upgrade python dependencies

    | datasource | package            | from    | to      |
    | ---------- | ------------------ | ------- | ------- |
    | pypi       | Django             | 4.2.2   | 4.2.4   |
    | pypi       | arrow              | 1.2.2   | 1.2.3   |
    | pypi       | Faker              | 17.0.0  | 19.3.0  |
    | pypi       | black              | 23.1.0  | 23.7.0  |
    | pypi       | factory-boy        | 3.2.1   | 3.3.0   |
    | pypi       | ipdb               | 0.13.11 | 0.13.13 |
    | pypi       | pytest             | 7.2.1   | 7.4.0   |
    | pypi       | pytest-cov         | 4.0.0   | 4.1.0   |
    | pypi       | ruff               | 0.0.272 | 0.0.282 |
    | pypi       | elasticsearch      | 8.6.2   | 8.9.0   |
    | pypi       | fastapi            | 0.95.2  | 0.101.0 |
    | pypi       | gunicorn           | 20.1.0  | 21.2.0  |
    | pypi       | importlib-metadata | 6.6.0   | 6.8.0   |
    | pypi       | pandas             | 2.0.2   | 2.0.3   |
    | pypi       | psycopg2-binary    | 2.9.5   | 2.9.7   |
    | pypi       | sentry-sdk         | 1.13.0  | 1.29.2  |
    | pypi       | sentry-sdk         | 1.15.0  | 1.29.2  |
    | pypi       | uvicorn            | 0.20.0  | 0.23.2  |
    renovate[bot] authored and lebaudantoine committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a1c7876 View commit details
    Browse the repository at this point in the history
  2. 📌(project) pin ipython and pytest-httpx dependencies

    Recent versions of these dependencies require python >= 3.9.
    We can pin ipython and pytest-httpx until warren supports python 3.8.
    lebaudantoine committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f6da5c0 View commit details
    Browse the repository at this point in the history
  3. 🚨(app) fix LTI development views

    Fix CI linting steps that might have been forgotten in
    previous linting works.
    lebaudantoine committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e3ba452 View commit details
    Browse the repository at this point in the history