Skip to content

Bump the python-dependencies group with 6 updates#399

Merged
mmwinther merged 1 commit intomainfrom
dependabot/uv/python-dependencies-97606e4a49
Mar 2, 2026
Merged

Bump the python-dependencies group with 6 updates#399
mmwinther merged 1 commit intomainfrom
dependabot/uv/python-dependencies-97606e4a49

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the python-dependencies group with 6 updates:

Package From To
python-dotenv 1.2.1 1.2.2
ssb-klass-python 1.0.6 1.0.7
universal-pathlib 0.3.9 0.3.10
ruff 0.15.1 0.15.4
faker 40.4.0 40.5.1
typeguard 4.5.0 4.5.1

Updates python-dotenv from 1.2.1 to 1.2.2

Release notes

Sourced from python-dotenv's releases.

v1.2.2

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#)

Changed

  • The dotenv run command now forwards flags directly to the specified command by @​bbc2 in theskumar/python-dotenv#607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Support for Python 3.9.

Fixed

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Misc

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.1...v1.2.2

Changelog

Sourced from python-dotenv's changelog.

[1.2.2] - 2026-03-01

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#588)

Changed

  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in #607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.

Fixed

  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in #590

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Commits

Updates ssb-klass-python from 1.0.6 to 1.0.7

Release notes

Sourced from ssb-klass-python's releases.

v1.0.7

Changes

🚀 Features

  • AND not OR - Changing default to python 3.13 for nox (#190) @​aecorn

🪲 Fixes

  • AND not OR - Changing default to python 3.13 for nox (#190) @​aecorn

📚 Documentation

  • AND not OR - Changing default to python 3.13 for nox (#190) @​aecorn

📦 Dependencies

Commits
  • 901d466 Merge pull request #190 from statisticsnorway/correspondence-bool-bug
  • de7fa36 Update demo/correspondence.py
  • a9adf0b mypy nitpicks
  • 4d8bcd9 string dtype constant
  • 4adce93 Lowering amount of duplicated code
  • 8230e88 pass pre-commit
  • d868534 D107 ruff ignore
  • af02f17 fixing feedback from pydoclint
  • f7b29ff switching darglint to pydoclint
  • bf340e6 presentationname set up weirdly in tests
  • Additional commits viewable in compare view

Updates universal-pathlib from 0.3.9 to 0.3.10

Release notes

Sourced from universal-pathlib's releases.

v0.3.10

What's Changed

New Contributors

Full Changelog: fsspec/universal_pathlib@v0.3.9...v0.3.10

Changelog

Sourced from universal-pathlib's changelog.

[0.3.10] - 2026-02-22

Fixed

  • upath.extensions: fix ProxyUPath as copy or move target on 3.14+ (#547)

Changed

  • upath: updated flavours (#545)
  • ci: updated development dependencies (#550)
Commits
  • 419c33c cut release 0.3.10 (#552)
  • ee8f013 build(deps-dev): bump huggingface-hub from 1.3.7 to 1.4.1 in the pip-dependen...
  • 6835bb1 Fix ProxyUPath as copy or move target on 3.14+ (#547)
  • 09a655f upath: update flavour sources (#545)
  • See full diff in compare view

Updates ruff from 0.15.1 to 0.15.4

Release notes

Sourced from ruff's releases.

0.15.4

Release Notes

Released on 2026-02-26.

This is a follow-up release to 0.15.3 that resolves a panic when the new rule PLR1712 was enabled with any rule that analyzes definitions, such as many of the ANN or D rules.

Bug fixes

  • Fix panic on access to definitions after analyzing definitions (#23588)
  • [pyflakes] Suppress false positive in F821 for names used before del in stub files (#23550)

Documentation

  • Clarify first-party import detection in Ruff (#23591)
  • Fix incorrect import-heading example (#23568)

Contributors

Install ruff 0.15.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-installer.ps1 | iex"

Download ruff 0.15.4

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.4

Released on 2026-02-26.

This is a follow-up release to 0.15.3 that resolves a panic when the new rule PLR1712 was enabled with any rule that analyzes definitions, such as many of the ANN or D rules.

Bug fixes

  • Fix panic on access to definitions after analyzing definitions (#23588)
  • [pyflakes] Suppress false positive in F821 for names used before del in stub files (#23550)

Documentation

  • Clarify first-party import detection in Ruff (#23591)
  • Fix incorrect import-heading example (#23568)

Contributors

0.15.3

Released on 2026-02-26.

Preview features

  • Drop explicit support for .qmd file extension (#23572)

    This can now be enabled instead by setting the extension option:

    # ruff.toml
    extension = { qmd = "markdown" }
    pyproject.toml
    [tool.ruff]
    extension = { qmd = "markdown" }

  • Include configured extensions in file discovery (#23400)

  • [flake8-bandit] Allow suspicious imports in TYPE_CHECKING blocks (S401-S415) (#23441)

  • [flake8-bugbear] Allow B901 in pytest hook wrappers (#21931)

  • [flake8-import-conventions] Add missing conventions from upstream (ICN001, ICN002) (#21373)

... (truncated)

Commits
  • f14edd8 Bump 0.15.4 (#23595)
  • fd09d37 Fix panic on access to definitions after analyzing definitions (#23588)
  • 81d655f [pyflakes] suppress false positive in F821 for names used before del in...
  • 625b4f5 [ruff] docs: Clarify first-party import detection in Ruff (#23591)
  • 60facfa one word typo fix in a while_loop.md test case (#23589)
  • fbb9fa7 docs: fix incorrect import-heading example (#23568)
  • 5bc49a9 Increase the ruleset size to 16 bits (#23586)
  • a62ba8c [ty] Fix overloaded callable assignability for unary Callable targets (#23277)
  • e5f2f36 Bump 0.15.3 (#23585)
  • 0e19fc9 [ty] defer calculating conjunctions in narrowing constraints (#23552)
  • Additional commits viewable in compare view

Updates faker from 40.4.0 to 40.5.1

Release notes

Sourced from faker's releases.

Release v40.5.1

See CHANGELOG.md.

Release v40.5.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.5.1 - 2026-02-23

  • Fix _get_local_timezone() missing return statement. Thanks @​bysiber.

v40.5.0 - 2026-02-23

  • Add missing formats and remove duplicates in user_name_formats. Thanks @​WannaFight.
Commits
  • 5f403be Bump version: 40.5.0 → 40.5.1
  • a573f1f 📝 Update CHANGELOG.md
  • 143c483 Bump version: 40.4.0 → 40.5.0
  • 298613b 📝 Update CHANGELOG.md
  • 8823340 Fix _get_local_timezone() missing return statement (#2327)
  • 83b3ca3 💄 lint code
  • f2c15df test: add unit tests for slugify utility function (#2323)
  • 9ae0122 docs: Add AI Provider to community providers list (#2321)
  • 40ffcaa Docs: Add faker-ecommerce-provider to community providers (#2319)
  • f62ecf9 fix: add missing formats and remove duplicates in user_name_formats (#2318)
  • See full diff in compare view

Updates typeguard from 4.5.0 to 4.5.1

Release notes

Sourced from typeguard's releases.

4.5.1

  • Fixed iterable unpacking incorrectly calculating the cut-off offset of the item list when assigning remaining values to the star variable (#546)
Commits
  • 67cae3d Added release date
  • 8005884 Fixed incorrect calculation of cutoff_offset in check_variable_assignment()
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` |
| [ssb-klass-python](https://github.com/statisticsnorway/ssb-klass-python) | `1.0.6` | `1.0.7` |
| [universal-pathlib](https://github.com/fsspec/universal_pathlib) | `0.3.9` | `0.3.10` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.4` |
| [faker](https://github.com/joke2k/faker) | `40.4.0` | `40.5.1` |
| [typeguard](https://github.com/agronholm/typeguard) | `4.5.0` | `4.5.1` |


Updates `python-dotenv` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2)

Updates `ssb-klass-python` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/statisticsnorway/ssb-klass-python/releases)
- [Commits](statisticsnorway/ssb-klass-python@v1.0.6...v1.0.7)

Updates `universal-pathlib` from 0.3.9 to 0.3.10
- [Release notes](https://github.com/fsspec/universal_pathlib/releases)
- [Changelog](https://github.com/fsspec/universal_pathlib/blob/main/CHANGELOG.md)
- [Commits](fsspec/universal_pathlib@v0.3.9...v0.3.10)

Updates `ruff` from 0.15.1 to 0.15.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.1...0.15.4)

Updates `faker` from 40.4.0 to 40.5.1
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.4.0...v40.5.1)

Updates `typeguard` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Commits](agronholm/typeguard@4.5.0...4.5.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ssb-klass-python
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: universal-pathlib
  dependency-version: 0.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-version: 0.15.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: faker
  dependency-version: 40.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: typeguard
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 17:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 1, 2026
@mmwinther mmwinther merged commit 6d159a7 into main Mar 2, 2026
17 checks passed
@mmwinther mmwinther deleted the dependabot/uv/python-dependencies-97606e4a49 branch March 2, 2026 09:13
tilen1976 pushed a commit that referenced this pull request Mar 7, 2026
Bumps the python-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` |
| [ssb-klass-python](https://github.com/statisticsnorway/ssb-klass-python) | `1.0.6` | `1.0.7` |
| [universal-pathlib](https://github.com/fsspec/universal_pathlib) | `0.3.9` | `0.3.10` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.4` |
| [faker](https://github.com/joke2k/faker) | `40.4.0` | `40.5.1` |
| [typeguard](https://github.com/agronholm/typeguard) | `4.5.0` | `4.5.1` |


Updates `python-dotenv` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2)

Updates `ssb-klass-python` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/statisticsnorway/ssb-klass-python/releases)
- [Commits](statisticsnorway/ssb-klass-python@v1.0.6...v1.0.7)

Updates `universal-pathlib` from 0.3.9 to 0.3.10
- [Release notes](https://github.com/fsspec/universal_pathlib/releases)
- [Changelog](https://github.com/fsspec/universal_pathlib/blob/main/CHANGELOG.md)
- [Commits](fsspec/universal_pathlib@v0.3.9...v0.3.10)

Updates `ruff` from 0.15.1 to 0.15.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.1...0.15.4)

Updates `faker` from 40.4.0 to 40.5.1
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.4.0...v40.5.1)

Updates `typeguard` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Commits](agronholm/typeguard@4.5.0...4.5.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ssb-klass-python
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: universal-pathlib
  dependency-version: 0.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-version: 0.15.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: faker
  dependency-version: 40.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: typeguard
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tilen1976 added a commit that referenced this pull request Mar 9, 2026
* add read me file

* update

* update readme

* Bump the python-dependencies group with 6 updates (#399)

Bumps the python-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` |
| [ssb-klass-python](https://github.com/statisticsnorway/ssb-klass-python) | `1.0.6` | `1.0.7` |
| [universal-pathlib](https://github.com/fsspec/universal_pathlib) | `0.3.9` | `0.3.10` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.4` |
| [faker](https://github.com/joke2k/faker) | `40.4.0` | `40.5.1` |
| [typeguard](https://github.com/agronholm/typeguard) | `4.5.0` | `4.5.1` |


Updates `python-dotenv` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2)

Updates `ssb-klass-python` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/statisticsnorway/ssb-klass-python/releases)
- [Commits](statisticsnorway/ssb-klass-python@v1.0.6...v1.0.7)

Updates `universal-pathlib` from 0.3.9 to 0.3.10
- [Release notes](https://github.com/fsspec/universal_pathlib/releases)
- [Changelog](https://github.com/fsspec/universal_pathlib/blob/main/CHANGELOG.md)
- [Commits](fsspec/universal_pathlib@v0.3.9...v0.3.10)

Updates `ruff` from 0.15.1 to 0.15.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.1...0.15.4)

Updates `faker` from 40.4.0 to 40.5.1
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.4.0...v40.5.1)

Updates `typeguard` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Commits](agronholm/typeguard@4.5.0...4.5.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ssb-klass-python
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: universal-pathlib
  dependency-version: 0.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-version: 0.15.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: faker
  dependency-version: 40.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: typeguard
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release v0.14.0 (#400)

* try open readme file

* test running scriot from branch

* test notebook as readme

* update name

* test open files

* test command

* use jupyter lab

* testing

* open readme does not work in jupyter lab

* remove dev branch from script

* markdown can be opened as jupytext for better formatting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant