Bash function to easily color/format text.
Utils for Opalstack (managed hosting for developers).
Demo of Docker (Dockerfile and docker-compose.yml).
ppo/gist 1
My gists in one repo.
mcBuddy, the companion you were missing to take care of your macOS installation.
Misc Arduino codes.
Standalone MkDocs.
Helper to easily create multi-commands shell scripts.
Minimalist-ish PHP framework, in a single file, to easily create dynamic websites with clean URLs.
Nestkids project built with Noé & Julien
PR opened lincolnloop/django-layout
Bumps pydantic from 1.8.1 to 1.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/samuelcolvin/pydantic/releases">pydantic's releases</a>.</em></p> <blockquote> <h2>v1.8.2 (2021-05-11)</h2> <p>See <a href="https://pydantic-docs.helpmanual.io/changelog/">Changelog</a>.</p> <h2>Warning</h2> <p>A security vulnerability, level "moderate" is fixed in v1.8.2. Please upgrade <strong>ASAP</strong>. See security advisory <a href="https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh">CVE-2021-29510</a>.</p> <h2>Changes</h2> <ul> <li><strong>Security fix:</strong> Fix <code>date</code> and <code>datetime</code> parsing so passing either <code>'infinity'</code> or <code>float('inf')</code> (or their negative values) does not cause an infinite loop, see security advisory <a href="https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh">CVE-2021-29510</a></li> <li>fix schema generation with Enum by generating a valid name, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2575">#2575</a> by <a href="https://github.com/PrettyWood"><code>@PrettyWood</code></a></li> <li>fix JSON schema generation with a <code>Literal</code> of an enum member, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2536">#2536</a> by <a href="https://github.com/PrettyWood"><code>@PrettyWood</code></a></li> <li>Fix bug with configurations declarations that are passed as keyword arguments during class creation, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2532">#2532</a> by <a href="https://github.com/uriyyo"><code>@uriyyo</code></a></li> <li>Allow passing <code>json_encoders</code> in class kwargs, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2521">#2521</a> by <a href="https://github.com/layday"><code>@layday</code></a></li> <li>support arbitrary types with custom <code>eq</code>, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2483">#2483</a> by <a href="https://github.com/PrettyWood"><code>@PrettyWood</code></a></li> <li>support <code>Annotated</code> in <code>validate_arguments</code> and in generic models with python 3.9, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2483">#2483</a> by <a href="https://github.com/PrettyWood"><code>@PrettyWood</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v1.8.2 (2021-05-11)</h2> <p>!!! warning A security vulnerability, level "moderate" is fixed in v1.8.2. Please upgrade <strong>ASAP</strong>. See security advisory <a href="https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh">CVE-2021-29510</a></p> <ul> <li><strong>Security fix:</strong> Fix <code>date</code> and <code>datetime</code> parsing so passing either <code>'infinity'</code> or <code>float('inf')</code> (or their negative values) does not cause an infinite loop, see security advisory <a href="https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh">CVE-2021-29510</a></li> <li>fix schema generation with Enum by generating a valid name, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2575">#2575</a> by <a href="https://github.com/PrettyWood"><code>@PrettyWood</code></a></li> <li>fix JSON schema generation with a <code>Literal</code> of an enum member, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2536">#2536</a> by <a href="https://github.com/PrettyWood"><code>@PrettyWood</code></a></li> <li>Fix bug with configurations declarations that are passed as keyword arguments during class creation, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2532">#2532</a> by <a href="https://github.com/uriyyo"><code>@uriyyo</code></a></li> <li>Allow passing <code>json_encoders</code> in class kwargs, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2521">#2521</a> by <a href="https://github.com/layday"><code>@layday</code></a></li> <li>support arbitrary types with custom <code>eq</code>, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2483">#2483</a> by <a href="https://github.com/PrettyWood"><code>@PrettyWood</code></a></li> <li>support <code>Annotated</code> in <code>validate_arguments</code> and in generic models with python 3.9, <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2483">#2483</a> by <a href="https://github.com/PrettyWood"><code>@PrettyWood</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samuelcolvin/pydantic/commit/a84cfacf9caf08bef8edca076c3325c3cf49475d"><code>a84cfac</code></a> v1.6.2 and v1.7.4 to history</li> <li><a href="https://github.com/samuelcolvin/pydantic/commit/d209e13fcfb872643a987f0a2d8f4ee73b724d2b"><code>d209e13</code></a> fix warning</li> <li><a href="https://github.com/samuelcolvin/pydantic/commit/2d925585d54030d0d28e3e9999d03ad47fcc08e2"><code>2d92558</code></a> remove CI branch change</li> <li><a href="https://github.com/samuelcolvin/pydantic/commit/ccdf4726bdd9ef28b8c7af24065dd58606a07965"><code>ccdf472</code></a> add <a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2465">#2465</a> to history</li> <li><a href="https://github.com/samuelcolvin/pydantic/commit/2bff0bf9b66405d108a0346ee40e4721b9871d24"><code>2bff0bf</code></a> Support user defined generic field types in generic models. (<a href="https://github-redirect.dependabot.com/samuelcolvin/pydantic/issues/2554">#2554</a>)</li> <li><a href="https://github.com/samuelcolvin/pydantic/commit/870cb6e38f3990f73c7fbe6d527671a489d0b2db"><code>870cb6e</code></a> fix mypy</li> <li><a href="https://github.com/samuelcolvin/pydantic/commit/9131d2dd01fc9aaccd6f555d189335807da7bdf9"><code>9131d2d</code></a> update linting requirements</li> <li><a href="https://github.com/samuelcolvin/pydantic/commit/e2a44f79bb7cedd7e379d3d6865c2606731f962a"><code>e2a44f7</code></a> try and get tests to run</li> <li><a href="https://github.com/samuelcolvin/pydantic/commit/d3ad4e15762e8f19aa5bb66f8d565d6797de6000"><code>d3ad4e1</code></a> bump</li> <li><a href="https://github.com/samuelcolvin/pydantic/commit/92c52ae531a55a300ae1f083ce76878adb31de53"><code>92c52ae</code></a> add change log for v1.8.2</li> <li>Additional commits viewable in <a href="https://github.com/samuelcolvin/pydantic/compare/v1.8.1...v1.8.2">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in a day
create barnchlincolnloop/django-layout
branch : dependabot/pip/pydantic-1.8.2
created branch time in a day
startedflutter/plugins
started time in a day
startedApparence-io/camera_awesome
started time in a day
push eventDjangoGirls/tutorial
commit sha e1f312a6a21d6361838056cf65d46cb22ba4b44e
New translations README.md (French)
push time in 4 days
push eventDjangoGirls/tutorial
commit sha 16ad7435f14fbbf06f52a55a77cbc7731e63099e
New translations README.md (French)
push time in 4 days
push eventDjangoGirls/tutorial
commit sha 860f16a6c4902704556fdb2fa19106375ddf7320
New translations README.md (Slovak)
push time in 4 days
push eventDjangoGirls/tutorial
commit sha a121aa26587a8a8c3abe6c9c2317bad7560644dc
New translations README.md (Slovak)
push time in 4 days
push eventDjangoGirls/tutorial
commit sha 45fd22f0106e77fc1564b221d5a87cf62a89a0f7
New translations README.md (Slovak)
push time in 4 days
push eventDjangoGirls/tutorial
commit sha eccd4aadfc4f12a21aced4f6e9ae87caef9b3191
New translations instructions.md (Slovak)
push time in 4 days
push eventDjangoGirls/tutorial
commit sha 402109c3d7b09a57a2ef88f80abf0bfd0e7fb5a7
New translations instructions.md (Slovak)
push time in 4 days
push eventDjangoGirls/tutorial
commit sha 6e21a26359ddf5c5f23fc0a035edf8833d023a34
New translations instructions.md (Spanish)
push time in 5 days
push eventDjangoGirls/tutorial
commit sha f48c594819f6d9befcfabfc5d81f1ddb12d5cd9e
New translations instructions.md (Spanish)
push time in 5 days
push eventDjangoGirls/tutorial
commit sha 25ec2c7acca1ad6ac5f5c5fb1173a9f5dc1f8715
New translations README.md (Armenian)
push time in 5 days
issue closedDjangoGirls/djangogirls
Fix Admin Add New Event link which is broken
https://djangogirls.org/admin/organize/eventapplication/add/ is broken and gives a NoReverseMatch at /admin/organize/eventapplication/add/ error.
closed time in 5 days
amakarudzepush eventDjangoGirls/djangogirls
commit sha a78c0cec23365ed6861b68f40fd7481787aa2d81
Add tests for organize views
commit sha 999f4dd83a01a352de520034fb82028d3b41f265
Add test coverage for organize app
commit sha ba3759ee129f726b24d68af3fe58ffa71c367d55
Add tests for organize views
commit sha 98770699d3d3c7ee5fb1227404897f714edc7161
Update tests
commit sha 292f1e62723a4accde0c4e2614973a64209ec9eb
Try fix the tests for organize view
commit sha ac165994544fa9a994383bd55dff308466d1f51f
Add diversity to event application
commit sha 3c59841e06fe81fd93e1f1762d1af66ea71bc202
Make changes to tests
commit sha aaf5a4560ba9460fe443113efb1152ca780b903c
Add tests for organize app, fix fixture for future event
commit sha 9567020a11d4f8226b9750021944893edb4c9316
Move application validation to model
commit sha 0aec40af666d9de5ddd4cf13a9bdd0b152e1db4d
Fix conflicts
commit sha 1776341175ae6353cdc4813fdc62067fd2e40b26
Add tests for application validation in model
commit sha 88084a0029d80e9df25ec435bd014b4ca5893676
Test EventApplicationManager create method, fix data_dict fixture
commit sha 9e3f8bf065273754f9d80fde8e8997718b44fbd5
Fix assert statements for form.is_valid()
commit sha a20a44996a2bab088e3ce36e6ec0fcdb5c4f5b22
Merge pull request #576 from amakarudze/updates Add validation to EventApplication model
push time in 5 days
PR merged DjangoGirls/djangogirls
- Add functionality to check if the organizer has an open application before submitting the application.
- Add functionality to check if the organizer has had an event in the past 6 months before submitting the application.
- Add tests to increase organize app coverage
pr closed time in 5 days
push eventDjangoGirls/djangogirls
commit sha 5986ef917719356915b8b9d63b5e6faca950ef0e
Fix AttributeError: 'str' object has no attribute 'year'
commit sha cc8c0116cf019b7a1de3c067039f9ae3388749a4
Merge pull request #578 from amakarudze/patreon-updates Fix AttributeError: 'str' object has no attribute 'year'
push time in 5 days
PR merged DjangoGirls/djangogirls
There is a consistent server error on the Django Girls website as shown below that needs fixing. The error is shown below:
Internal Server Error: /maceio/
Traceback (most recent call last):
File "/home/djangogirls2/.virtualenvs/djangogirls.com/lib/python3.5/site-packages/django/core/handlers/exception.py", line 35, in inner
response = get_response(request)
File "/home/djangogirls2/.virtualenvs/djangogirls.com/lib/python3.5/site-packages/django/core/handlers/base.py", line 128, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/djangogirls2/.virtualenvs/djangogirls.com/lib/python3.5/site-packages/django/core/handlers/base.py", line 126, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/djangogirls2/djangogirls.com/core/views.py", line 67, in event
{'city': city, 'past': event.date <= now_approx}
File "/usr/lib/python3.5/functools.py", line 111, in _ge_from_lt
op_result = self.__lt__(other)
File "/home/djangogirls2/.virtualenvs/djangogirls.com/lib/python3.5/site-packages/django_date_extensions/fields.py", line 85, in __lt__
return (self.year, self.month, self.day) < (other.year, other.month, other.day)
AttributeError: 'str' object has no attribute 'year'
pr closed time in 5 days
issue closedDjangoGirls/djangogirls
Server Error on Django Girls Website because of AttributeError: 'str' object has no attribute 'year'
There is a consistent server error on the Django Girls website as shown below that needs fixing. The error is shown below:
Internal Server Error: /maceio/
Traceback (most recent call last):
File "/home/djangogirls2/.virtualenvs/djangogirls.com/lib/python3.5/site-packages/django/core/handlers/exception.py", line 35, in inner
response = get_response(request)
File "/home/djangogirls2/.virtualenvs/djangogirls.com/lib/python3.5/site-packages/django/core/handlers/base.py", line 128, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/djangogirls2/.virtualenvs/djangogirls.com/lib/python3.5/site-packages/django/core/handlers/base.py", line 126, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/djangogirls2/djangogirls.com/core/views.py", line 67, in event
{'city': city, 'past': event.date <= now_approx}
File "/usr/lib/python3.5/functools.py", line 111, in _ge_from_lt
op_result = self.__lt__(other)
File "/home/djangogirls2/.virtualenvs/djangogirls.com/lib/python3.5/site-packages/django_date_extensions/fields.py", line 85, in __lt__
return (self.year, self.month, self.day) < (other.year, other.month, other.day)
AttributeError: 'str' object has no attribute 'year'
closed time in 5 days
amakarudzepush eventDjangoGirls/tutorial
commit sha c87ae8b5f43d45ddb94b21d5a92f0ecd96d31b7a
New translations README.md (Armenian)
push time in 7 days
push eventDjangoGirls/tutorial
commit sha a8ec86826389b678ad856a3f1a628f74cb6f4243
New translations README.md (Armenian)
push time in 7 days
startedBLSQ/iaso
started time in 8 days
create barnchMSF-OCB/surveyo
branch : dependabot/npm_and_yarn/grunt-1.3.0
created branch time in 8 days
PR opened MSF-OCB/surveyo
Bumps grunt from 1.0.1 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gruntjs/grunt/releases">grunt's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <ul> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1720">#1720</a> from gruntjs/update-changelog-deps faab6be</li> <li>Update Changelog and legacy-util dependency 520fedb</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1719">#1719</a> from gruntjs/yaml-refactor 7e669ac</li> <li>Switch to use <code>safeLoad</code> for loading YML files via <code>file.readYAML</code>. e350cea</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1718">#1718</a> from gruntjs/legacy-log-bumo 7125f49</li> <li>Bump legacy-log 00d5907</li> </ul> <p><a href="https://github.com/gruntjs/grunt/compare/v1.2.1...v1.3.0">https://github.com/gruntjs/grunt/compare/v1.2.1...v1.3.0</a></p> <h2>v1.2.1</h2> <ul> <li>Changelog update ae11839</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1715">#1715</a> from sibiraj-s/remove-path-is-absolute 9d23cb6</li> <li>Remove path-is-absolute dependency e789b1f</li> </ul> <p><a href="https://github.com/gruntjs/grunt/compare/v1.2.0...v1.2.1">https://github.com/gruntjs/grunt/compare/v1.2.0...v1.2.1</a></p> <h2>v1.2.0</h2> <ul> <li>Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1677">gruntjs/grunt#1677</a>)</li> <li>Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1675">gruntjs/grunt#1675</a>)</li> <li>Exposes Grunt Option keys for ease of use. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1570">gruntjs/grunt#1570</a>)</li> <li>Avoiding infinite loop on very long command names. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1697">gruntjs/grunt#1697</a>)</li> </ul> <h2>v1.1.0</h2> <ul> <li>Update to mkdirp ~1.0.3</li> <li>Only support versions of Node >= 8</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gruntjs/grunt/blob/main/CHANGELOG">grunt's changelog</a>.</em></p> <blockquote> <p>v1.3.0 date: 2020-08-18 changes:
- Switch to use <code>safeLoad</code> for loading YML files via <code>file.readYAML</code>.
- Upgrade legacy-log to ~3.0.0.
- Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes:
- Remove path-is-absolute dependency. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1715">gruntjs/grunt#1715</a>) v1.2.0 date: 2020-07-03 changes:
- Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1677">gruntjs/grunt#1677</a>)
- Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1675">gruntjs/grunt#1675</a>)
- Exposes Grunt Option keys for ease of use. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1570">gruntjs/grunt#1570</a>)
- Avoiding infinite loop on very long command names. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1697">gruntjs/grunt#1697</a>) v1.1.0 date: 2020-03-16 changes:
- Update to mkdirp ~1.0.3
- Only support versions of Node >= 8 v1.0.4 date: 2019-04-22 changes:
- Update js-yaml to address <a href="https://npmjs.com/advisories/788">https://npmjs.com/advisories/788</a>
- Use SOURCE_DATE_EPOCH to render dates in template. v1.0.3 date: 2018-06-03 changes:
- Drop support for Node 0.10 and 0.12.
- Dependency updates: rimraf, grunt-legacy-log, grunt-legacy-util.
- Fix race condition with file.mkdir. v1.0.2 date: 2018-02-07 changes:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gruntjs/grunt/commit/6f49017a394db9a7573ba402db87602e05fb9368"><code>6f49017</code></a> 1.3.0</li> <li><a href="https://github.com/gruntjs/grunt/commit/faab6be3c39a12f9774b5300b47703bddcb1342e"><code>faab6be</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1720">#1720</a> from gruntjs/update-changelog-deps</li> <li><a href="https://github.com/gruntjs/grunt/commit/520fedb225aea1c2fda1be4850e995781b4afaff"><code>520fedb</code></a> Update Changelog and legacy-util dependency</li> <li><a href="https://github.com/gruntjs/grunt/commit/7e669ac9786f215833f22ff558368b17266ee7d4"><code>7e669ac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1719">#1719</a> from gruntjs/yaml-refactor</li> <li><a href="https://github.com/gruntjs/grunt/commit/e350cea1724eb3476464561a380fb6a64e61e4e7"><code>e350cea</code></a> Switch to use <code>safeLoad</code> for loading YML files via <code>file.readYAML</code>.</li> <li><a href="https://github.com/gruntjs/grunt/commit/7125f49f3766840dbd47a768d48c0a591dcc5b04"><code>7125f49</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1718">#1718</a> from gruntjs/legacy-log-bumo</li> <li><a href="https://github.com/gruntjs/grunt/commit/00d5907c3f41d511163966b9a47fe8d6b86489e1"><code>00d5907</code></a> Bump legacy-log</li> <li><a href="https://github.com/gruntjs/grunt/commit/3b7508567d8ba09d2d8a9e11e8583096189ca8ef"><code>3b75085</code></a> 1.2.1</li> <li><a href="https://github.com/gruntjs/grunt/commit/ae1183909e5e04539c92b052be9fb08830f82353"><code>ae11839</code></a> Changelog update</li> <li><a href="https://github.com/gruntjs/grunt/commit/9d23cb641e9379560705a8e92d5821b5c18e47a6"><code>9d23cb6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1715">#1715</a> from sibiraj-s/remove-path-is-absolute</li> <li>Additional commits viewable in <a href="https://github.com/gruntjs/grunt/compare/v1.0.1...v1.3.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~vladikoff">vladikoff</a>, a new releaser for grunt since your current version.</p> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in 8 days
issue closedDjangoGirls/tutorial
Adding a custom CSS file requires restarting Django development server
During our tutorial session, adding the custom blog CSS file required us to restart ./manage.py run server in order for Django to pick up the new static file.
closed time in 9 days
gsong