Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cogapp from 3.3.0 to 3.4.1 #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps cogapp from 3.3.0 to 3.4.1.

Changelog

Sourced from cogapp's changelog.

3.4.1 – March 7 2024

  • Dropped support for Python 2.7, 3.5, and 3.6, and added 3.11 and 3.12.

  • Removed the cog.py installed file. Use the cog command, or python -m cogapp to run cog.

  • Processing long files has been made much faster. Thanks, Panayiotis Gavriil.

  • Files listing other files to process can now be specified as &files_to_cog.txt to interpret the file names relative to the location of the list file. The existing @files_to_cog.txt syntax interprets file names relative to the current working directory. Thanks, Phil Kirkpatrick.

  • Support FIPS mode computers by marking our MD5 use as not related to security. Thanks, Ryan Santos.

  • Docs have moved to https://cog.readthedocs.io

Commits
  • cceb6cb docs: update dates and version numbers
  • ac58ba9 build: keep the manifest up to date
  • 1c148d9 docs: update the help
  • 337366f build: also remove .ruff_cache .pytest_cache etc
  • 9c18524 docs: long files are much faster. Thanks, Panayiotis Gavriil
  • ca514d7 Optimize handling of previous cog output
  • c866df0 docs: mention the docs move in the changelog
  • c407f35 docs: be more specific: python3 instead of python
  • f88d1e0 docs: update AUTHORS.txt
  • 201ad15 build: next version is 3.4.0, no reason for 4.0.0
  • Additional commits viewable in compare view

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 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 <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)

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

Bumps [cogapp](https://github.com/nedbat/cog) from 3.3.0 to 3.4.1.
- [Changelog](https://github.com/nedbat/cog/blob/main/CHANGELOG.rst)
- [Commits](nedbat/cog@v3.3.0...v3.4.1)

---
updated-dependencies:
- dependency-name: cogapp
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Mar 11, 2024
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.

None yet

0 participants