Skip to content

Bump python-dotenv from 1.0.0 to 1.2.2 - #1

Open
dependabot[bot] wants to merge 525 commits into
masterfrom
dependabot/pip/python-dotenv-1.2.2
Open

Bump python-dotenv from 1.0.0 to 1.2.2#1
dependabot[bot] wants to merge 525 commits into
masterfrom
dependabot/pip/python-dotenv-1.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown

Bumps python-dotenv from 1.0.0 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

v1.2.1

What's Changed

... (truncated)

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.

[1.2.1] - 2025-10-26

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in #586

[1.2.0] - 2025-10-26

[1.1.1] - 2025-06-24

Fixed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

murtaza-nasir and others added 30 commits November 26, 2025 17:43
…delete

- Add backdrop click-to-close (@click.self) to all 20 modals
- Add consistent X button in top right corner of all modals
- Remove @click.stop from modal inner divs to allow backdrop clicks
- Add markdown rendering support to recording disclaimer modal

- Fix: Remove deleted recordings from processing queue
- Move allJobs declaration before state object (fix hoisting error)
- Add allJobs to state object for composable access
- Clear both uploadQueue and allJobs when recording deleted
- Prevents ghost entries in processing queue after deletion
- Bump VERSION to v0.6.2
- Update README.md with latest release info
- Update docs/index.md with v0.6.2 release notes
- Document full markdown support for recording disclaimers
- Add crash recovery feature documentation
- Document processing queue deletion fix
- Add version-specific notes throughout docs
- Add max-h-[90vh] to prevent modal exceeding viewport
- Make modal flex column layout with scrollable content
- Header and footer fixed, content area scrolls independently
- Fixes buttons going off-screen on mobile devices
- Move chunking_service creation to module level in app_config.py
- Import chunking_service in processing.py from app_config
- Remove dead asr_client code that caused import errors
The lowercase version of this image is no longer in use and can cause
problems in case-insensitive file systems.

Fixes murtaza-nasir#144
- Add speaker filter in sidebar with searchable dropdown (like tags)
- Fix archived/shared filters to use query params instead of separate endpoints
- All filters now properly AND together (tags, speakers, dates, text, archived, shared)
- Add search boxes for tag/speaker filters when >5 items exist
- Add max-height containers with scroll for filter sections
- Rename filterSpeakers function to filterSpeakerSuggestions to avoid naming conflict
murtaza-nasir and others added 21 commits March 1, 2026 16:48
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 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.0.0...v1.2.2)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 21, 2026
@lhpereira
lhpereira force-pushed the master branch 2 times, most recently from 0be3bd3 to e290a79 Compare May 14, 2026 03:59
lhpereira pushed a commit that referenced this pull request Jul 8, 2026
…(shown only when transcript segments carry start/end times) with: (a) headline metric cards for total length / number of speakers / total turns / total words; (b) per-speaker table sorted by speaking time with speaking duration (mm:ss), %% of total audio, turn count, word count and words-per-minute, each speaker row painting a slim proportion bar in the accent colour so the distribution reads at a glance; (c) a trailing Silence row aggregating leading/trailing gaps and between-segment gaps, with its own proportion bar in the muted colour; computation is a pure Vue computed (recordingStats) derived from processedTranscription.simpleSegments + recording.duration — no backend change; hasRecordingStats computed gates the tab button so the Stats tab only appears when the data is meaningful; falls back to an .empty primitive when shown without data; queue tracking file at internal-docs/ui-fix-queue.md
lhpereira pushed a commit that referenced this pull request Jul 8, 2026
…e the queue #1 work; now exposed alongside Events in the More overflow with a parallel mobile-stats-panel.html template; (1) new mobile-stats-panel.html: same data as desktop-stats-tab but laid out for narrow screens — 2-column metric grid (Total length / Speakers / Turns / Words) instead of desktop's 4-column, then a card-stack of per-speaker breakdowns (each card has speaker pill + duration on top, slim proportion bar, 3-column secondary stats grid '% audio / Turns / Words', WPM line at the bottom if available) instead of the wide HTML table that won't fit on phones; silence row preserved as its own muted card; empty state mirrors desktop with the chart-bar icon; (2) tab-navigation.html: the More button now activates whenever EITHER Events OR Stats are available (was: only Events) via a new hasMobileMoreOverflow computed, and the popup gains a Stats entry between Notes and Events with a speaker-count pill on the right; the active-tab dot lights up for stats / events / notes as before; (3) hasMobileMoreOverflow computed in app.modular.js derives from hasRecordingStats and selectedRecording.events.length, exposed in setup return so the template can use it; (4) the existing detail-view.html include list now includes the mobile-stats-panel.html sibling so the new panel actually renders when mobileTab === 'stats'
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants