gregsadetsky / nycnoise

https://nyc-noise.com
15 stars 0 forks source link

Bump the python-packages group with 5 updates #184

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the python-packages group with 5 updates:

Package From To
astroid 3.0.1 3.0.2
distlib 0.3.7 0.3.8
django-js-asset 2.1.0 2.2.0
django-sass-processor 1.3 1.4
isort 5.13.0 5.13.1

Updates astroid from 3.0.1 to 3.0.2

Changelog

Sourced from astroid's changelog.

What's New in astroid 3.0.2?

Release date: 2023-12-12

  • Avoid duplicate inference results for some uses of typing.X constructs like Tuple[Optional[int], ...]. This was causing pylint to occasionally omit messages like deprecated-typing-alias.

    Closes pylint-dev/pylint#9220

Commits


Updates distlib from 0.3.7 to 0.3.8

Changelog

Sourced from distlib's changelog.

0.3.8


Released: 2023-12-12
  • markers

    • Fix #209: use legacy version implementation for Python versions.
  • tests

    • Fix #204: use symlinks in venv creation during test.

    • Fix #208: handle deprecation removals in Python 3.13.

Commits
  • ab5f8e7 Changes for 0.3.8.
  • 86bb212 Update change log.
  • 488599f Updates based on flake8 checks.
  • 0e261af Use legacy version implementation for Python itself.
  • 8242f39 Update copyright years.
  • e27569b Fix #208: Handle deprecation removals in Python 3.13.
  • 65a014b Update requirements and CI matrix.
  • 124108a Skip test for non-final Python versions.
  • ff48e09 Fix #206: include tox.ini in sdist.
  • eeaa18d Fix #204: Use symlinks in venv creation during test.
  • Additional commits viewable in compare view


Updates django-js-asset from 2.1.0 to 2.2.0

Changelog

Sourced from django-js-asset's changelog.

.. _changelog:

Change log

Next version


2.2 (2023-12-12)

  • Started running the tests periodically to detect breakages early.
  • Added Django 5.0, Python 3.12.
  • Fixed building with hatchling 1.19. Thanks Michał Górny!

2.1 (2023-06-28)


- Added Django 4.1, 4.2 and Python 3.11 to the CI.
- Removed the pytz dependency from the tests.
- Dropped Python < 3.8, Django < 3.2 from the CI.
- Switched to hatchling and ruff.

2.0_ (2022-02-10)

.. _2.0: https://github.com/matthiask/django-js-asset/compare/1.2...2.0

  • Raised the minimum supported versions of Python to 3.6, Django to 2.2.
  • Added pre-commit.
  • Replaced the explicit configuration of whether static() should be used or not with automatic configuration. The static argument is still accepted but ignored and will be removed at a later time.
  • Added support for boolean attributes when using Django 4.1 or better.

Released as 1.2.1 and 1.2.2:

  • Made JS() objects hashable so that they can be put into sets in preparation for a possible fix for media ordering in Django #30179.
  • Confirmed support for Django 3.0 and 3.1a1.
  • Django dropped type="text/javascript" in 3.1, changed our tests to pass again.
  • Switched from Travis CI to GitHub actions.
  • Dropped Django 1.7 from the CI jobs list because it somehow didn't

... (truncated)

Commits


Updates django-sass-processor from 1.3 to 1.4

Changelog

Sourced from django-sass-processor's changelog.

  • 1.4
  • Drop support for Python 3.7.
  • Add support for Python 3.12.
  • Drop support for Django 4.0 and 4.1.
  • Add support for Django 5.0.
Commits


Updates isort from 5.13.0 to 5.13.1

Release notes

Sourced from isort's releases.

5.13.1

Changes

  • Fix integration tests (#2208) @​bp72
  • Added a fix for normalizing imports from more than one level of parent modules (issue/2152) (#2191) @​bp72

:beetle: Fixes

Changelog

Sourced from isort's changelog.

5.13.1 December 11 2023

Commits
  • 643d9c4 Merge pull request #2210 from PyCQA/version/5.13.1
  • ebc866a Prepare version 5.13.1
  • eeb4d16 Merge pull request #2208 from bp72/issue/2205
  • d1176e7 Fix integration tests
  • 64daf96 Merge pull request #2207 from PyCQA/bugfix/#2206-remove-optional-dependencies
  • f7a6b0e Remove optional dependencies without extras
  • 4be9850 Merge pull request #2191 from bp72/issue/2152
  • a8fc20c Rename _strip_syntax to strip_syntax
  • 15e5bd1 Added a fix for normalizing imports from more than one level of parent module...
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Superseded by #185.