-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency django-environ to v0.11.2 #12
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/django-environ-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Pipfile.lock
|
renovate
bot
force-pushed
the
renovate/django-environ-0.x
branch
from
March 18, 2023 05:57
81f93d9
to
e9de82d
Compare
renovate
bot
changed the title
Update dependency django-environ to v0.9.0
Update dependency django-environ to v0.10.0
Mar 18, 2023
renovate
bot
force-pushed
the
renovate/django-environ-0.x
branch
from
August 31, 2023 05:32
e9de82d
to
c7530bb
Compare
renovate
bot
changed the title
Update dependency django-environ to v0.10.0
Update dependency django-environ to v0.11.1
Aug 31, 2023
renovate
bot
force-pushed
the
renovate/django-environ-0.x
branch
from
September 2, 2023 14:42
c7530bb
to
a6d8623
Compare
renovate
bot
changed the title
Update dependency django-environ to v0.11.1
Update dependency django-environ to v0.11.2
Sep 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.8.1
->==0.11.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
joke2k/django-environ (django-environ)
v0.11.2
Compare Source
Fixed
+++++
due to
#​490 <https://github.com/joke2k/django-environ/issues/490>
_.v0.11.1
Compare Source
Fixed
+++++
due to
#​485 <https://github.com/joke2k/django-environ/issues/485>
_.v0.11.0
Compare Source
Added
+++++
#​456 <https://github.com/joke2k/django-environ/pull/456>
_.#​463 <https://github.com/joke2k/django-environ/pull/463>
_.#​468 <https://github.com/joke2k/django-environ/pull/468>
_.like
KEY= 'part1 # part2' # comment
#​475 <https://github.com/joke2k/django-environ/pull/475>
_.interpolate
parameter#​415 <https://github.com/joke2k/django-environ/pull/415>
_.Changed
+++++++
mssql-django
as engine for SQL Server#​446 <https://github.com/joke2k/django-environ/pull/446>
_.#​475 <https://github.com/joke2k/django-environ/pull/475>
_.importlib.util.find_spec
toreplace pkgutil.find_loader
#​482 <https://github.com/joke2k/django-environ/pull/482>
_.Removed
+++++++
v0.10.0
Compare Source
Added
+++++
#​356 <https://github.com/joke2k/django-environ/issues/356>
_.#​241 <https://github.com/joke2k/django-environ/pull/241>
_.CONN_HEALTH_CHECKS
to database base options#​413 <https://github.com/joke2k/django-environ/issues/413>
_.encoding
parameter toread_env
with default value 'utf8'#​442 <https://github.com/joke2k/django-environ/pull/442>
_.#​416 <https://github.com/joke2k/django-environ/issues/416>
_.Deprecated
++++++++++
in next major version.
Changed
+++++++
.env
file.DB_SCHEMES
throughcls
rather thanEnv
indb_url_config
#​414 <https://github.com/joke2k/django-environ/pull/414>
_.#​441 <https://github.com/joke2k/django-environ/pull/441>
_.#​440 <https://github.com/joke2k/django-environ/pull/440>
_.Fixed
+++++
Env.get_value()
to skip parsing only whendefault=None
, not for all default values that coerce toFalse
#​404 <https://github.com/joke2k/django-environ/issues/404>
_.#​439 <https://github.com/joke2k/django-environ/pull/439>
_.Removed
+++++++
Env.unicode()
.environ.register_schemes
calls and do not modify globalurllib.parse.urlparse
'suses_*
variables as this no longer needed#​246 <https://github.com/joke2k/django-environ/pull/246>
_.v0.9.0
Compare Source
Added
+++++
#​355 <https://github.com/joke2k/django-environ/pull/355>
_.#​371 <https://github.com/joke2k/django-environ/issues/371>
_.#​362 <https://github.com/joke2k/django-environ/issues/362>
_.Deprecated
++++++++++
Env.unicode()
is deprecated and will be removed in the nextmajor release. Use
Env.str()
instead.Changed
+++++++
ImproperlyConfigured
exception#​360 <https://github.com/joke2k/django-environ/issues/360>
_.Fixed
+++++
_cast_urlstr
unquoting#​357 <https://github.com/joke2k/django-environ/issues/357>
_.#​220 <https://github.com/joke2k/django-environ/issues/220>
_.environ.Path.__eq__()
to compare paths correctly#​86 <https://github.com/joke2k/django-environ/issues/86>
,#​197 <https://github.com/joke2k/django-environ/issues/197>
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.