René's URL Explorer Experiment


Title: chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by dependabot[bot] · Pull Request #414 · python-validators/validators · GitHub

Open Graph Title: chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by dependabot[bot] · Pull Request #414 · python-validators/validators

X Title: chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by dependabot[bot] · Pull Request #414 · python-validators/validators

Description: Bumps jinja2 from 3.1.4 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release. PyPI: https://pypi.org/project/Jinja2/3.1.6/ Changes: https://jinja.palletsprojects.com/en/stable/changes/#version-3-1-6 The |attr filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. GHSA-cpwx-vrp4-4pq7 3.1.5 This is the Jinja 3.1.5 security fix release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release. PyPI: https://pypi.org/project/Jinja2/3.1.5/ Changes: https://jinja.palletsprojects.com/changes/#version-3-1-5 Milestone: https://github.com/pallets/jinja/milestone/16?closed=1 The sandboxed environment handles indirect calls to str.format, such as by passing a stored reference to a filter that calls its argument. GHSA-q2x7-8rv6-6q7h Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. #1792, GHSA-gmj6-6f8f-6699 Sandbox does not allow clear and pop on known mutable sequence types. #2032 Calling sync render for an async template uses asyncio.run. #1952 Avoid unclosed auto_aiter warnings. #1960 Return an aclose-able AsyncGenerator from Template.generate_async. #1960 Avoid leaving root_render_func() unclosed in Template.generate_async. #1960 Avoid leaving async generators unclosed in blocks, includes and extends. #1960 The runtime uses the correct concat function for the current environment when calling block references. #1701 Make |unique async-aware, allowing it to be used after another async-aware filter. #1781 |int filter handles OverflowError from scientific notation. #1921 Make compiling deterministic for tuple unpacking in a {% set ... %} call. #2021 Fix dunder protocol (copy/pickle/etc) interaction with Undefined objects. #2025 Fix copy/pickle support for the internal missing object. #2027 Environment.overlay(enable_async) is applied correctly. #2061 The error message from FileSystemLoader includes the paths that were searched. #1661 PackageLoader shows a clearer error message when the package does not contain the templates directory. #1705 Improve annotations for methods returning copies. #1880 urlize does not add mailto: to values like @a@b. #1870 Tests decorated with @pass_context can be used with the |select filter. #1624 Using set for multiple assignment (a, b = 1, 2) does not fail when the target is a namespace attribute. #1413 Using set in all branches of {% if %}{% elif %}{% else %} blocks does not cause the variable to be considered initially undefined. #1253 Changelog Sourced from jinja2's changelog. Version 3.1.6 Released 2025-03-05 The |attr filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. :ghsa:cpwx-vrp4-4pq7 Version 3.1.5 Released 2024-12-21 The sandboxed environment handles indirect calls to str.format, such as by passing a stored reference to a filter that calls its argument. :ghsa:q2x7-8rv6-6q7h Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. :issue:1792, :ghsa:gmj6-6f8f-6699 Sandbox does not allow clear and pop on known mutable sequence types. :issue:2032 Calling sync render for an async template uses asyncio.run. :pr:1952 Avoid unclosed auto_aiter warnings. :pr:1960 Return an aclose-able AsyncGenerator from Template.generate_async. :pr:1960 Avoid leaving root_render_func() unclosed in Template.generate_async. :pr:1960 Avoid leaving async generators unclosed in blocks, includes and extends. :pr:1960 The runtime uses the correct concat function for the current environment when calling block references. :issue:1701 Make |unique async-aware, allowing it to be used after another async-aware filter. :issue:1781 |int filter handles OverflowError from scientific notation. :issue:1921 Make compiling deterministic for tuple unpacking in a {% set ... %} call. :issue:2021 Fix dunder protocol (copy/pickle/etc) interaction with Undefined objects. :issue:2025 Fix copy/pickle support for the internal missing object. :issue:2027 Environment.overlay(enable_async) is applied correctly. :pr:2061 The error message from FileSystemLoader includes the paths that were searched. :issue:1661 PackageLoader shows a clearer error message when the package does not contain the templates directory. :issue:1705 Improve annotations for methods returning copies. :pr:1880 urlize does not add mailto: to values like @a@b. :pr:1870 ... (truncated) Commits 1520688 release version 3.1.6 90457bb Merge commit from fork 065334d attr filter uses env.getattr 033c200 start version 3.1.6 bc68d4e use global contributing guide (#2070) 247de5e use global contributing guide ab8218c use project advisory link instead of global b4ffc8f release version 3.1.5 (#2066) 877f6e5 release version 3.1.5 8d58859 remove test pypi Additional commits viewable 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 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.

Open Graph Description: Bumps jinja2 from 3.1.4 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behav...

X Description: Bumps jinja2 from 3.1.4 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change b...

Opengraph URL: https://github.com/python-validators/validators/pull/414

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:a99210e2-bf7b-f89a-4a37-0d29957c8e79
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idA672:ADAB8:41BE08B:59094E7:698DDBB7
html-safe-noncef253b839342d553bb1dc7657130a944864cdf20c13a283b5f1aa7de65fc23027
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNjcyOkFEQUI4OjQxQkUwOEI6NTkwOTRFNzo2OThEREJCNyIsInZpc2l0b3JfaWQiOiI1MzIzNzA3NzE3MTYzODAxNTI3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac06389f840577432d4f5e6ba4376849c80420a1f11fae9cde5fc266b28e05e1ac
hovercard-subject-tagpull_request:2375278844
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python-validators/validators/pull/414/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps jinja2 from 3.1.4 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behav...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None51102c619bffd74bf95dcf3796f0e599d197c0206d70e9e8b5c241b1b9707ee3
turbo-cache-controlno-cache
go-importgithub.com/python-validators/validators git https://github.com/python-validators/validators.git
octolytics-dimension-user_id113113270
octolytics-dimension-user_loginpython-validators
octolytics-dimension-repository_id13642984
octolytics-dimension-repository_nwopython-validators/validators
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id13642984
octolytics-dimension-repository_network_root_nwopython-validators/validators
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasefcdeb213ace418f8a19d95dd6b93ba3337346169
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-validators/validators/pull/414/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-validators%2Fvalidators%2Fpull%2F414%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-validators%2Fvalidators%2Fpull%2F414%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=python-validators%2Fvalidators
Reloadhttps://github.com/python-validators/validators/pull/414/checks
Reloadhttps://github.com/python-validators/validators/pull/414/checks
Reloadhttps://github.com/python-validators/validators/pull/414/checks
python-validators https://github.com/python-validators
validatorshttps://github.com/python-validators/validators
Notifications https://github.com/login?return_to=%2Fpython-validators%2Fvalidators
Fork 169 https://github.com/login?return_to=%2Fpython-validators%2Fvalidators
Star 1.1k https://github.com/login?return_to=%2Fpython-validators%2Fvalidators
Code https://github.com/python-validators/validators
Issues 4 https://github.com/python-validators/validators/issues
Pull requests 3 https://github.com/python-validators/validators/pulls
Discussions https://github.com/python-validators/validators/discussions
Actions https://github.com/python-validators/validators/actions
Projects 0 https://github.com/python-validators/validators/projects
Wiki https://github.com/python-validators/validators/wiki
Security 0 https://github.com/python-validators/validators/security
Insights https://github.com/python-validators/validators/pulse
Code https://github.com/python-validators/validators
Issues https://github.com/python-validators/validators/issues
Pull requests https://github.com/python-validators/validators/pulls
Discussions https://github.com/python-validators/validators/discussions
Actions https://github.com/python-validators/validators/actions
Projects https://github.com/python-validators/validators/projects
Wiki https://github.com/python-validators/validators/wiki
Security https://github.com/python-validators/validators/security
Insights https://github.com/python-validators/validators/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython-validators%2Fvalidators%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython-validators%2Fvalidators%2Fissues%2Fnew%2Fchoose
nandgatorhttps://github.com/nandgator
masterhttps://github.com/python-validators/validators/tree/master
dependabot/pip/package/jinja2-3.1.6https://github.com/python-validators/validators/tree/dependabot/pip/package/jinja2-3.1.6
Conversation 0 https://github.com/python-validators/validators/pull/414
Commits 1 https://github.com/python-validators/validators/pull/414/commits
Checks 17 https://github.com/python-validators/validators/pull/414/checks
Files changed 1 https://github.com/python-validators/validators/pull/414/files
Please reload this pagehttps://github.com/python-validators/validators/pull/414/checks
Sign in for the full log viewhttps://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-validators%2Fvalidators%2Fpull%2F414%2Fchecks
chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package https://github.com/python-validators/validators/pull/414/checks#top
Please reload this pagehttps://github.com/python-validators/validators/pull/414/checks
pycqa on: pull_request https://github.com/python-validators/validators/actions/runs/13690604820
tooling https://github.com/python-validators/validators/actions/runs/13690604820/job/38283050383?pr=414
testing (ubuntu-latest, 3.8) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283050614?pr=414
testing (ubuntu-latest, 3.9) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283050951?pr=414
testing (ubuntu-latest, 3.10) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283051141?pr=414
testing (ubuntu-latest, 3.11) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283051349?pr=414
testing (ubuntu-latest, 3.12) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283051574?pr=414
testing (macos-latest, 3.8) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283051774?pr=414
testing (macos-latest, 3.9) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283051941?pr=414
testing (macos-latest, 3.10) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283052141?pr=414
testing (macos-latest, 3.11) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283052305?pr=414
testing (macos-latest, 3.12) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283052523?pr=414
testing (windows-latest, 3.8) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283052846?pr=414
testing (windows-latest, 3.9) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283053124?pr=414
testing (windows-latest, 3.10) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283053370?pr=414
testing (windows-latest, 3.11) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283053572?pr=414
testing (windows-latest, 3.12) https://github.com/python-validators/validators/actions/runs/13690604820/job/38283053744?pr=414
sast on: pull_request https://github.com/python-validators/validators/actions/runs/13690604829
sast https://github.com/python-validators/validators/actions/runs/13690604829/job/38283050406?pr=414
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.