Bump the python-minor group across 1 directory with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(about 1 month ago)
(about 1 month ago)
Bumps the python-minor group with 4 updates in the / directory: python-dotenv, sentry-sdk, ruff and bandit.
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 runcommand now forwards flags directly to the specified command by@bbc2in 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
- Improved
set_keyandunset_keybehavior when interacting with symlinks by@bbc2in #790c5- Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by
@JYOuyangin theskumar/python-dotenv#590Breaking Changes
dotenv.set_keyanddotenv.unset_keyused to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases,follow_symlinks=Trueshould be used.In the CLI,
setandunsetused to follow symlinks in some situations. This is no longer the case.
dotenv.set_key,dotenv.unset_keyand the CLI commandssetandunsetused to reset the file mode of the modified .env file to0o600in 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, mode0o600is used.Misc
- skip 000 permission tests for root user by
@burnout-projectsin theskumar/python-dotenv#561- Bump actions/checkout from 5 to 6 in the github-actions group by
@dependabot[bot] in theskumar/python-dotenv#593- Add Windows testing to CI by
@bbc2in theskumar/python-dotenv#604- Improve workflow efficiency with best practices by
@theskumarin theskumar/python-dotenv#609- Remove the use of
shin tests by@bbc2in theskumar/python-dotenv#612New Contributors
@JYOuyangmade their first contribution in theskumar/python-dotenv#590@burnout-projectsmade their first contribution in theskumar/python-dotenv#561@cpackham-atlnzmade their first contribution in theskumar/python-dotenv#597Full Changelog: https://github.com/theskumar/python-dotenv/compare/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 runcommand 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_keyandunset_keybehavior 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 #590Breaking Changes
dotenv.set_keyanddotenv.unset_keyused to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases,follow_symlinks=Trueshould be used.In the CLI,
setandunsetused to follow symlinks in some situations. This is no longer the case.
dotenv.set_key,dotenv.unset_keyand the CLI commandssetandunsetused to reset the file mode of the modified .env file to0o600in 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, mode0o600is used.
Commits
36004e0Bump version: 1.2.1 → 1.2.2eb20252docs: update changelog for v1.2.2790c5c0Merge commit from fork43340daRemove the use ofshin tests (#612)09d7ceedocs: clarify override behavior and document FIFO support (#610)c8de288ci: improve workflow efficiency with best practices (#609)7bd9e3dAdd Windows testing to CI (#604)1baaf04Drop Python 3.9 support and update to PyPy 3.11 (#608)4a22cf8ci: enable testing on Python 3.14t (free-threaded) (#588)e2e8e77Fix license specifier (#597)- Additional commits viewable in compare view
Updates sentry-sdk from 2.49.0 to 2.53.0
Release notes
Sourced from sentry-sdk's releases.
2.53.0
Bug Fixes 🐛
Openai Agents
- Patch
execute_final_output()functions following library refactor by@alexander-alderman-webbin #5453- Patch
execute_handoffs()functions following library refactor by@alexander-alderman-webbin #5452- Patch
run_single_turn_streamed()functions following library refactor by@alexander-alderman-webbin #5451- Patch
run_single_turn()functions following library refactor by@alexander-alderman-webbin #5450- Patch models functions following library refactor by
@alexander-alderman-webbin #5449- Patch tool functions following library refactor by
@alexander-alderman-webbin #5445Other
- Close the connection we're reading driver_type from by
@sentrivanain #5427Documentation 📚
- Document
openai-agentscontrol-flow by@alexander-alderman-webbin #5447Internal Changes 🔧
Openai Agents
- New tool field and library error log by
@alexander-alderman-webbin #5454- Avoid calling SDK-internal functions by
@alexander-alderman-webbin #5437Other
- Improve Craft config with title stripping and artifact filtering by
@BYKin #5444- Use fixed clickhouse action, remove aws-sam-cli dependency by
@sentrivanain #5457- Remove references to unsupported attribute types by
@alexander-alderman-webbin #5425- Pin setuptools for linting and chalice tests by
@alexander-alderman-webbin #54382.52.0
New Features ✨
Other
- feat(integration): add
gen_ai.conversation.idif available by@constantiniusin #5307Bug Fixes 🐛
Google Genai
- fix(google-genai): Token reporting by
@alexander-alderman-webbin #5404- fix(google-genai): deactivate google genai when langchain is used by
@shellmayrin #5389Mcp
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
2.53.0
Bug Fixes 🐛
Openai Agents
- Patch
execute_final_output()functions following library refactor by@alexander-alderman-webbin #5453- Patch
execute_handoffs()functions following library refactor by@alexander-alderman-webbin #5452- Patch
run_single_turn_streamed()functions following library refactor by@alexander-alderman-webbin #5451- Patch
run_single_turn()functions following library refactor by@alexander-alderman-webbin #5450- Patch models functions following library refactor by
@alexander-alderman-webbin #5449- Patch tool functions following library refactor by
@alexander-alderman-webbin #5445Other
- Close the connection we're reading driver_type from by
@sentrivanain #5427Documentation 📚
- Document
openai-agentscontrol-flow by@alexander-alderman-webbin #5447Internal Changes 🔧
Openai Agents
- New tool field and library error log by
@alexander-alderman-webbin #5454- Avoid calling SDK-internal functions by
@alexander-alderman-webbin #5437Other
- Improve Craft config with title stripping and artifact filtering by
@BYKin #5444- Use fixed clickhouse action, remove aws-sam-cli dependency by
@sentrivanain #5457- Remove references to unsupported attribute types by
@alexander-alderman-webbin #5425- Pin setuptools for linting and chalice tests by
@alexander-alderman-webbin #54382.52.0
New Features ✨
Other
- feat(integration): add
gen_ai.conversation.idif available by@constantiniusin #5307Bug Fixes 🐛
Google Genai
- fix(google-genai): Token reporting by
@alexander-alderman-webbin #5404- fix(google-genai): deactivate google genai when langchain is used by
@shellmayrin #5389
... (truncated)
Commits
f75a9acUpdate CHANGELOG.mdb700fa8Update CHANGELOG.md45379e2release: 2.53.04d8faf3test(openai-agents): New tool field and library error log (#5454)d3e2c88fix(openai-agents): Patchexecute_final_output()functions following librar...f71a604fix(openai-agents): Patchexecute_handoffs()functions following library re...bea608cfix(openai-agents): Patchrun_single_turn_streamed()functions following li...14e3e0afix(openai-agents): Patchrun_single_turn()functions following library ref...a5c2906fix(openai-agents): Patch models functions following library refactor (#5449)f78df7cci: Use fixed clickhouse action, remove aws-sam-cli dependency (#5457)- Additional commits viewable in compare view
Updates ruff from 0.14.13 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
PLR1712was enabled with any rule that analyzes definitions, such as many of theANNorDrules.Bug fixes
- Fix panic on access to definitions after analyzing definitions (#23588)
- [
pyflakes] Suppress false positive inF821for names used beforedelin stub files (#23550)Documentation
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 | shInstall 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
PLR1712was enabled with any rule that analyzes definitions, such as many of theANNorDrules.Bug fixes
- Fix panic on access to definitions after analyzing definitions (#23588)
- [
pyflakes] Suppress false positive inF821for names used beforedelin stub files (#23550)Documentation
Contributors
0.15.3
Released on 2026-02-26.
Preview features
Drop explicit support for
.qmdfile extension (#23572)This can now be enabled instead by setting the
extensionoption:# ruff.toml extension = { qmd = "markdown" }pyproject.toml
[tool.ruff] extension = { qmd = "markdown" }
Include configured extensions in file discovery (#23400)
[
flake8-bandit] Allow suspicious imports inTYPE_CHECKINGblocks (S401-S415) (#23441)[
flake8-bugbear] AllowB901in pytest hook wrappers (#21931)[
flake8-import-conventions] Add missing conventions from upstream (ICN001,ICN002) (#21373)
... (truncated)
Commits
f14edd8Bump 0.15.4 (#23595)fd09d37Fix panic on access to definitions after analyzing definitions (#23588)81d655f[pyflakes] suppress false positive inF821for names used beforedelin...625b4f5[ruff] docs: Clarify first-party import detection in Ruff (#23591)60facfaone word typo fix in awhile_loop.mdtest case (#23589)fbb9fa7docs: fix incorrect import-heading example (#23568)5bc49a9Increase the ruleset size to 16 bits (#23586)a62ba8c[ty] Fix overloaded callable assignability for unary Callable targets (#23277)e5f2f36Bump 0.15.3 (#23585)0e19fc9[ty] defer calculating conjunctions in narrowing constraints (#23552)- Additional commits viewable in compare view
Updates bandit from 1.9.3 to 1.9.4
Release notes
Sourced from bandit's releases.
1.9.4
What's Changed
- chore: fixed some typos in comments by
@jakob1379in PyCQA/bandit#1351- Bump docker/login-action from 3.6.0 to 3.7.0 by
@dependabot[bot] in PyCQA/bandit#1353- Bump docker/build-push-action from 6.18.0 to 6.19.2 by
@dependabot[bot] in PyCQA/bandit#1357- Fix B613 crash when reading from stdin by
@worksbyfridayin PyCQA/bandit#1361- Include filename in nosec 'no failed test' warning by
@worksbyfridayin PyCQA/bandit#1363- Fix B615 false positive when revision is set via variable by
@worksbyfridayin PyCQA/bandit#1358- Lower version guard in check_ast_node to Python 3.12 by
@rcgrayin PyCQA/bandit#1355- Fix B106 reporting wrong line number on multiline function calls by
@worksbyfridayin PyCQA/bandit#1360New Contributors
@jakob1379made their first contribution in PyCQA/bandit#1351@worksbyfridaymade their first contribution in PyCQA/bandit#1361@rcgraymade their first contribution in PyCQA/bandit#1355Full Changelog: https://github.com/PyCQA/bandit/compare/1.9.3...1.9.4
Commits
92ae8b8Fix B106 reporting wrong line number on multiline function calls (#1360)c8c8a55Lower version guard in check_ast_node to Python 3.12 (#1355)8f2f928Fix B615 false positive when revision is set via variable (#1358)e27493fInclude filename in nosec 'no failed test' warning (#1363)b69b336Fix B613 crash when reading from stdin (#1361)e418b79Bump docker/build-push-action from 6.18.0 to 6.19.2 (#1357)ff646fdBump docker/login-action from 3.6.0 to 3.7.0 (#1353)c0def6cchore: fixed some typos in comments (#1351)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Package Dependencies
Technical Details
| ID: | 14310692 |
| UUID: | 4010606821 |
| Node ID: | PR_kwDOCLb_9c7HTBkM |
| Host: | GitHub |
| Repository: | OperationCode/operationcode-pybot |