René's URL Explorer Experiment


Title: Bump werkzeug from 3.0.6 to 3.1.4 in /examples/docker-flask by dependabot[bot] · Pull Request #719 · python-escpos/python-escpos · GitHub

Open Graph Title: Bump werkzeug from 3.0.6 to 3.1.4 in /examples/docker-flask by dependabot[bot] · Pull Request #719 · python-escpos/python-escpos

X Title: Bump werkzeug from 3.0.6 to 3.1.4 in /examples/docker-flask by dependabot[bot] · Pull Request #719 · python-escpos/python-escpos

Description: Bumps werkzeug from 3.0.6 to 3.1.4. Release notes Sourced from werkzeug's releases. 3.1.4 This is the Werkzeug 3.1.4 fix release, which fixes 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/Werkzeug/3.1.4/ Changes: https://werkzeug.palletsprojects.com/page/changes/#version-3-1-4 Milestone: https://github.com/pallets/werkzeug/milestone/42?closed=1 safe_join on Windows does not allow special device names. This prevents reading from these when using send_from_directory. secure_filename already prevented writing to these. ghsa-hgf8-39gv-g3f2 The debugger pin fails after 10 attempts instead of 11. #3020 The multipart form parser handles a \r\n sequence at a chunk boundary. #3065 Improve CPU usage during Watchdog reloader. #3054 Request.json annotation is more accurate. #3067 Traceback rendering handles when the line number is beyond the available source lines. #3044 HTTPException.get_response annotation and doc better conveys the distinction between WSGI and sans-IO responses. #3056 3.1.3 This is the Werkzeug 3.1.3 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes vs 3.1.0. PyPI: https://pypi.org/project/Werkzeug/3.1.3/ Changes: https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-3 Milestone: https://github.com/pallets/werkzeug/milestone/41?closed=1 Initial data passed to MultiDict and similar interfaces only accepts list, tuple, or set when passing multiple values. It had been changed to accept any Collection, but this matched types that should be treated as single values, such as bytes. #2994 When the Host header is not set and Request.host falls back to the WSGI SERVER_NAME value, if that value is an IPv6 address it is wrapped in [] to match the Host header. #2993 3.1.2 This is the Werkzeug 3.1.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes vs 3.1.0. PyPI: https://pypi.org/project/Werkzeug/3.1.2/ Changes: https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-2 Milestone: https://github.com/pallets/werkzeug/milestone/40?closed=1 Improve type annotation for TypeConversionDict.get to allow the type parameter to be a callable. #2988 Headers does not inherit from MutableMapping, as it is does not exactly match that interface. #2989 3.1.1 This is the Werkzeug 3.1.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes vs 3.1.0. PyPI: https://pypi.org/project/Werkzeug/3.1.1/ Changes: https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-1 Milestone: https://github.com/pallets/werkzeug/milestone/38?closed=1 Fix an issue that caused str(Request.headers) to always appear empty. #2985 3.1.0 This is the Werkzeug 3.1.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early. PyPI: https://pypi.org/project/Werkzeug/3.1.0/ Changes: https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-0 Milestone: https://github.com/pallets/werkzeug/milestone/34?closed=1 ... (truncated) Changelog Sourced from werkzeug's changelog. Version 3.1.4 Released 2025-11-28 safe_join on Windows does not allow special device names. This prevents reading from these when using send_from_directory. secure_filename already prevented writing to these. :ghsa:hgf8-39gv-g3f2 The debugger pin fails after 10 attempts instead of 11. :pr:3020 The multipart form parser handles a \r\n sequence at a chunk boundary. :issue:3065 Improve CPU usage during Watchdog reloader. :issue:3054 Request.json annotation is more accurate. :issue:3067 Traceback rendering handles when the line number is beyond the available source lines. :issue:3044 HTTPException.get_response annotation and doc better conveys the distinction between WSGI and sans-IO responses. :issue:3056 Version 3.1.3 Released 2024-11-08 Initial data passed to MultiDict and similar interfaces only accepts list, tuple, or set when passing multiple values. It had been changed to accept any Collection, but this matched types that should be treated as single values, such as bytes. :issue:2994 When the Host header is not set and Request.host falls back to the WSGI SERVER_NAME value, if that value is an IPv6 address it is wrapped in [] to match the Host header. :issue:2993 Version 3.1.2 Released 2024-11-04 Improve type annotation for TypeConversionDict.get to allow the type parameter to be a callable. :issue:2988 Headers does not inherit from MutableMapping, as it is does not exactly match that interface. :issue:2989 Version 3.1.1 Released 2024-11-01 Fix an issue that caused str(Request.headers) to always appear empty. ... (truncated) Commits 1c7beb6 release version 3.1.4 9c8b754 install less to run tox 474e22f update dev dependencies 4b83337 Merge commit from fork 9bdec46 safe_join prevents windows special device names b11713e better HTTPException.get_response annotation (#3072) 1131dbd distinguish wsgi and sansio response annotation 5d9a403 skip rendering missing source (#3071) 60ea32c skip rendering missing source c0e67e9 Request.json property is only Any (#3070) 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 werkzeug from 3.0.6 to 3.1.4. Release notes Sourced from werkzeug's releases. 3.1.4 This is the Werkzeug 3.1.4 fix release, which fixes bugs but does not otherwise change behavior and s...

X Description: Bumps werkzeug from 3.0.6 to 3.1.4. Release notes Sourced from werkzeug's releases. 3.1.4 This is the Werkzeug 3.1.4 fix release, which fixes bugs but does not otherwise change behavior a...

Opengraph URL: https://github.com/python-escpos/python-escpos/pull/719

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:e9377fa3-7552-a346-92fa-4b4bfd302af6
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB9A0:3861F:45E5A:5F3BC:6A4D2D11
html-safe-nonce70077c4e3909eea09dc9fe6d126c8a9ce138784faa9216b23fecb3b4925eac27
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOUEwOjM4NjFGOjQ1RTVBOjVGM0JDOjZBNEQyRDExIiwidmlzaXRvcl9pZCI6IjM3MzIyODk0MzA1NDAzMzIzMDUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaca41887740807a636928c0ec542cd7258158bc5d3d7876a6e71c6f365040406e3
hovercard-subject-tagpull_request:3061934158
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python-escpos/python-escpos/pull/719/files
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 werkzeug from 3.0.6 to 3.1.4. Release notes Sourced from werkzeug's releases. 3.1.4 This is the Werkzeug 3.1.4 fix release, which fixes bugs but does not otherwise change behavior and s...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None92571a8944142227b7e19cd10918b1ddd06e5066c1ad5bc7e4769cf6140a87e6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python-escpos/python-escpos git https://github.com/python-escpos/python-escpos.git
octolytics-dimension-user_id16302939
octolytics-dimension-user_loginpython-escpos
octolytics-dimension-repository_id32363483
octolytics-dimension-repository_nwopython-escpos/python-escpos
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id32363483
octolytics-dimension-repository_network_root_nwopython-escpos/python-escpos
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release93f17a978ee60bc4668e1d7b90e6bd2d622261fd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-escpos/python-escpos/pull/719/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-escpos%2Fpython-escpos%2Fpull%2F719%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
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-escpos%2Fpython-escpos%2Fpull%2F719%2Ffiles
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%2Ffiles&source=header-repo&source_repo=python-escpos%2Fpython-escpos
Reloadhttps://github.com/python-escpos/python-escpos/pull/719/files
Reloadhttps://github.com/python-escpos/python-escpos/pull/719/files
Reloadhttps://github.com/python-escpos/python-escpos/pull/719/files
Please reload this pagehttps://github.com/python-escpos/python-escpos/pull/719/files
python-escpos https://github.com/python-escpos
python-escposhttps://github.com/python-escpos/python-escpos
Notifications https://github.com/login?return_to=%2Fpython-escpos%2Fpython-escpos
Fork 312 https://github.com/login?return_to=%2Fpython-escpos%2Fpython-escpos
Star 1.3k https://github.com/login?return_to=%2Fpython-escpos%2Fpython-escpos
Code https://github.com/python-escpos/python-escpos
Issues 63 https://github.com/python-escpos/python-escpos/issues
Pull requests 24 https://github.com/python-escpos/python-escpos/pulls
Discussions https://github.com/python-escpos/python-escpos/discussions
Actions https://github.com/python-escpos/python-escpos/actions
Projects https://github.com/python-escpos/python-escpos/projects
Security and quality 0 https://github.com/python-escpos/python-escpos/security
Insights https://github.com/python-escpos/python-escpos/pulse
Code https://github.com/python-escpos/python-escpos
Issues https://github.com/python-escpos/python-escpos/issues
Pull requests https://github.com/python-escpos/python-escpos/pulls
Discussions https://github.com/python-escpos/python-escpos/discussions
Actions https://github.com/python-escpos/python-escpos/actions
Projects https://github.com/python-escpos/python-escpos/projects
Security and quality https://github.com/python-escpos/python-escpos/security
Insights https://github.com/python-escpos/python-escpos/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython-escpos%2Fpython-escpos%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython-escpos%2Fpython-escpos%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/python-escpos/python-escpos/tree/master
dependabot/pip/examples/docker-flask/werkzeug-3.1.4https://github.com/python-escpos/python-escpos/tree/dependabot/pip/examples/docker-flask/werkzeug-3.1.4
Conversation 2 https://github.com/python-escpos/python-escpos/pull/719
Commits 1 https://github.com/python-escpos/python-escpos/pull/719/commits
Checks 14 https://github.com/python-escpos/python-escpos/pull/719/checks
Files changed https://github.com/python-escpos/python-escpos/pull/719/files
Please reload this pagehttps://github.com/python-escpos/python-escpos/pull/719/files
Bump werkzeug from 3.0.6 to 3.1.4 in /examples/docker-flask https://github.com/python-escpos/python-escpos/pull/719/files#top
Show all changes 1 commit https://github.com/python-escpos/python-escpos/pull/719/files
35f514f Bump werkzeug from 3.0.6 to 3.1.4 in /examples/docker-flask dependabot[bot] Dec 2, 2025 https://github.com/python-escpos/python-escpos/pull/719/commits/35f514f90ee9fc8f00f0ef4445dca02b966b429a
Clear filters https://github.com/python-escpos/python-escpos/pull/719/files
Please reload this pagehttps://github.com/python-escpos/python-escpos/pull/719/files
Please reload this pagehttps://github.com/python-escpos/python-escpos/pull/719/files
examples/docker-flask/requirements.txthttps://github.com/python-escpos/python-escpos/pull/719/files#diff-8753895d91d1b5ae4e759cea47d6c3b710391aa5c73749a28bde228d768274f7
View file https://github.com/python-escpos/python-escpos/blob/35f514f90ee9fc8f00f0ef4445dca02b966b429a/examples/docker-flask/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-escpos/python-escpos/pull/719/{{ revealButtonHref }}
https://github.com/python-escpos/python-escpos/pull/719/files#diff-8753895d91d1b5ae4e759cea47d6c3b710391aa5c73749a28bde228d768274f7
Please reload this pagehttps://github.com/python-escpos/python-escpos/pull/719/files
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.